Skip to content

Commit b5cf784

Browse files
[pre-commit.ci] pre-commit autoupdate (#1931)
updates: - [github.com/adamchainz/django-upgrade: 1.17.0 → 1.18.0](adamchainz/django-upgrade@1.17.0...1.18.0) - [github.com/pre-commit/mirrors-eslint: v9.3.0 → v9.4.0](pre-commit/mirrors-eslint@v9.3.0...v9.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.8](astral-sh/ruff-pre-commit@v0.4.5...v0.4.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9c4eb67 commit b5cf784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.17.0
17+
rev: 1.18.0
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "4.2"]
@@ -32,7 +32,7 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v9.3.0
35+
rev: v9.4.0
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.4.5'
47+
rev: 'v0.4.8'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)