Skip to content

Commit 523e83e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.23.1 → 1.24.0](adamchainz/django-upgrade@1.23.1...1.24.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.0...v0.11.4) - [github.com/abravalheri/validate-pyproject: v0.24 → v0.24.1](abravalheri/validate-pyproject@v0.24...v0.24.1)
1 parent 5e471fc commit 523e83e

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
@@ -8,13 +8,13 @@ repos:
88
- id: check-yaml
99

1010
- repo: https://github.com/adamchainz/django-upgrade
11-
rev: 1.23.1
11+
rev: 1.24.0
1212
hooks:
1313
- id: django-upgrade
1414
args: [--target-version, "4.2"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.0
17+
rev: v0.11.4
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
@@ -35,6 +35,6 @@ repos:
3535
args: [--autofix]
3636

3737
- repo: https://github.com/abravalheri/validate-pyproject
38-
rev: v0.24
38+
rev: v0.24.1
3939
hooks:
4040
- id: validate-pyproject

0 commit comments

Comments
 (0)