Skip to content

Commit eb8a87b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.0 → 24.10.0](psf/black@24.4.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.7.4](astral-sh/ruff-pre-commit@v0.3.7...v0.7.4) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.0](asottile/pyupgrade@v3.15.2...v3.19.0) - [github.com/adamchainz/django-upgrade: 1.16.0 → 1.22.1](adamchainz/django-upgrade@1.16.0...1.22.1)
1 parent 808a374 commit eb8a87b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exclude: "(.idea|node_modules|.tox)"
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: "setup.cfg"
@@ -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.10.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: 'v0.3.7'
29+
rev: 'v0.7.4'
3030
hooks:
3131
- id: ruff
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v3.15.2
33+
rev: v3.19.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.22.1"
4040
hooks:
4141
- id: django-upgrade
4242
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)