Skip to content

Commit fe45f15

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.0 → 24.8.0](psf/black@24.4.0...24.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.6.5](astral-sh/ruff-pre-commit@v0.3.7...v0.6.5) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/adamchainz/django-upgrade: 1.16.0 → 1.21.0](adamchainz/django-upgrade@1.16.0...1.21.0)
1 parent 808a374 commit fe45f15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 24.4.0
25+
rev: 24.8.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.3.7'
29+
rev: 'v0.6.5'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.15.2
33+
rev: v3.17.0
3434
hooks:
3535
- id: pyupgrade
3636
args:
3737
- --py3-plus
3838
- repo: https://github.com/adamchainz/django-upgrade
39-
rev: "1.16.0"
39+
rev: "1.21.0"
4040
hooks:
4141
- id: django-upgrade
4242
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)