Skip to content

Commit c24afa7

Browse files
[pre-commit.ci] pre-commit autoupdate (#2038)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
1 parent f3f6049 commit c24afa7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: doc8
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.22.1
17+
rev: 1.22.2
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
@@ -32,19 +32,19 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v9.15.0
35+
rev: v9.17.0
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
39-
- "eslint@v9.15.0"
40-
- "@eslint/js@v9.15.0"
39+
- "eslint@v9.17.0"
40+
- "@eslint/js@v9.17.0"
4141
- "globals"
4242
files: \.js?$
4343
types: [file]
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.8.0'
47+
rev: 'v0.8.3'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)