Skip to content

Commit 2cfccca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.3...v0.9.7) - [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](adamchainz/django-upgrade@1.22.2...1.23.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent f38989a commit 2cfccca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: end-of-file-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.9.3'
18+
rev: 'v0.9.7'
1919
hooks:
2020
- id: ruff
2121
args:
@@ -36,7 +36,7 @@ repos:
3636
- --py310-plus
3737
exclude: migrations/
3838
- repo: https://github.com/adamchainz/django-upgrade
39-
rev: 1.22.2
39+
rev: 1.23.1
4040
hooks:
4141
- id: django-upgrade
4242
args:
@@ -52,6 +52,6 @@ repos:
5252
args:
5353
- --py36-plus
5454
- repo: https://github.com/psf/black
55-
rev: 24.10.0
55+
rev: 25.1.0
5656
hooks:
5757
- id: black

0 commit comments

Comments
 (0)