Commit eb8a87b 1 parent 808a374 commit eb8a87b Copy full SHA for eb8a87b
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
exclude : " (.idea|node_modules|.tox)"
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
exclude : " setup.cfg"
@@ -22,21 +22,21 @@ repos:
22
22
hooks :
23
23
- id : isort
24
24
- repo : https://github.com/psf/black
25
- rev : 24.4 .0
25
+ rev : 24.10 .0
26
26
hooks :
27
27
- id : black
28
28
- repo : https://github.com/astral-sh/ruff-pre-commit
29
- rev : ' v0.3.7 '
29
+ rev : ' v0.7.4 '
30
30
hooks :
31
31
- id : ruff
32
32
- repo : https://github.com/asottile/pyupgrade
33
- rev : v3.15.2
33
+ rev : v3.19.0
34
34
hooks :
35
35
- id : pyupgrade
36
36
args :
37
37
- --py3-plus
38
38
- repo : https://github.com/adamchainz/django-upgrade
39
- rev : " 1.16.0 "
39
+ rev : " 1.22.1 "
40
40
hooks :
41
41
- id : django-upgrade
42
42
args : [--target-version, "3.2"]
You can’t perform that action at this time.
0 commit comments