Skip to content

Commit

Permalink
Merge pull request #127 from BITNP/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
YDX-2147483647 authored Aug 1, 2024
2 parents 4dfd7f1 + 08ce075 commit 315c2ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
args: [--maxkb=2048]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.4"
rev: "v0.5.5"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand All @@ -23,7 +23,7 @@ repos:
- --quiet
- id: djlint-django
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.0.0-rc.0
rev: v9.8.0
hooks:
- id: eslint
args:
Expand All @@ -35,7 +35,7 @@ repos:
- eslint-plugin-n@^15.0.0 || ^16.0.0
- eslint-plugin-promise@^6.0.0
- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: v1.23.5
hooks:
- id: typos

Expand Down

0 comments on commit 315c2ed

Please sign in to comment.