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/adamchainz/django-upgrade: 1.22.2 → 1.23.1](adamchainz/django-upgrade@1.22.2...1.23.1)
- [github.com/pre-commit/mirrors-eslint: v9.19.0 → v9.20.0](pre-commit/mirrors-eslint@v9.19.0...v9.20.0)
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6)

Signed-off-by: Matthias Kestenholz <mk@feinheit.ch>
  • Loading branch information
pre-commit-ci[bot] authored and matthiask committed Feb 11, 2025
1 parent fdd636c commit dc94afc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.22.2
rev: 1.23.1
hooks:
- id: django-upgrade
args: [--target-version, "4.2"]
Expand All @@ -32,19 +32,19 @@ repos:
args:
- --trailing-comma=es5
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.19.0
rev: v9.20.0
hooks:
- id: eslint
additional_dependencies:
- "eslint@v9.18.0"
- "@eslint/js@v9.18.0"
- "eslint@v9.20.0"
- "@eslint/js@v9.20.0"
- "globals"
files: \.js?$
types: [file]
args:
- --fix
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.4'
rev: 'v0.9.6'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit dc94afc

Please sign in to comment.