We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd636c commit dc94afcCopy full SHA for dc94afc
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: doc8
16
- repo: https://github.com/adamchainz/django-upgrade
17
- rev: 1.22.2
+ rev: 1.23.1
18
19
- id: django-upgrade
20
args: [--target-version, "4.2"]
@@ -32,19 +32,19 @@ repos:
32
args:
33
- --trailing-comma=es5
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v9.19.0
+ rev: v9.20.0
36
37
- id: eslint
38
additional_dependencies:
39
- - "eslint@v9.18.0"
40
- - "@eslint/js@v9.18.0"
+ - "eslint@v9.20.0"
+ - "@eslint/js@v9.20.0"
41
- "globals"
42
files: \.js?$
43
types: [file]
44
45
- --fix
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: 'v0.9.4'
+ rev: 'v0.9.6'
48
49
- id: ruff
50
args: [--fix, --exit-non-zero-on-fix]
0 commit comments