Skip to content

Commit 96b19ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.29.1 → 1.30.0](adamchainz/django-upgrade@1.29.1...1.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.9 → v0.15.5](astral-sh/ruff-pre-commit@v0.14.9...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent b9f1b6d commit 96b19ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/adamchainz/django-upgrade
3-
rev: 1.29.1
3+
rev: 1.30.0
44
hooks:
55
- id: django-upgrade
66
args: [--target-version, "4.2"]
77

88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.9
9+
rev: v0.15.5
1010
hooks:
1111
- id: ruff-check
1212
- id: ruff-format
1313

1414
- repo: https://github.com/codespell-project/codespell
15-
rev: v2.4.1
15+
rev: v2.4.2
1616
hooks:
1717
- id: codespell # See pyproject.toml for args
1818
additional_dependencies:
1919
- tomli
2020

2121
- repo: https://github.com/abravalheri/validate-pyproject
22-
rev: v0.24.1
22+
rev: v0.25
2323
hooks:
2424
- id: validate-pyproject

0 commit comments

Comments
 (0)