Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.2](astral-sh/ruff-pre-commit@v0.3.4...v0.5.2)
- [github.com/pre-commit/mirrors-eslint: v9.0.0-rc.0 → v9.7.0](pre-commit/mirrors-eslint@v9.0.0-rc.0...v9.7.0)
- [github.com/crate-ci/typos: v1.19.0 → typos-v0.10.26](crate-ci/typos@v1.19.0...typos-v0.10.26)
  • Loading branch information
pre-commit-ci[bot] authored Jul 15, 2024
1 parent 95c3477 commit f76eb59
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.2"
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.7.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: typos-v0.10.26
hooks:
- id: typos

Expand Down

0 comments on commit f76eb59

Please sign in to comment.