File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
default_language_version :
2
- python : python3.10
2
+ python : python3.11
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 22.3.0
5
+ rev : 23.10.1
6
6
hooks :
7
7
- id : black
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.1 .0
9
+ rev : v4.5 .0
10
10
hooks :
11
11
- id : check-ast
12
12
- id : check-merge-conflict
@@ -20,50 +20,50 @@ repos:
20
20
- id : mixed-line-ending
21
21
args : [--fix=lf]
22
22
- repo : https://github.com/asottile/reorder_python_imports
23
- rev : v3.0.1
23
+ rev : v3.12.0
24
24
hooks :
25
25
- id : reorder-python-imports
26
26
args :
27
27
- --py3-plus
28
28
- --application-directories=.:src
29
29
exclude : migrations/
30
30
- repo : https://github.com/pre-commit/pygrep-hooks
31
- rev : v1.9 .0
31
+ rev : v1.10 .0
32
32
hooks :
33
33
- id : python-check-blanket-noqa
34
34
- id : python-check-mock-methods
35
35
- id : python-no-eval
36
36
- id : python-no-log-warn
37
37
- id : rst-backticks
38
38
- repo : https://github.com/asottile/pyupgrade
39
- rev : v2.31.1
39
+ rev : v3.15.0
40
40
hooks :
41
41
- id : pyupgrade
42
42
args :
43
43
- --py310-plus
44
44
exclude : migrations/
45
45
- repo : https://github.com/adamchainz/django-upgrade
46
- rev : 1.4 .0
46
+ rev : 1.15 .0
47
47
hooks :
48
48
- id : django-upgrade
49
49
args :
50
50
- --target-version=4.0
51
51
- repo : https://github.com/asottile/yesqa
52
- rev : v1.3 .0
52
+ rev : v1.5 .0
53
53
hooks :
54
54
- id : yesqa
55
55
- repo : https://github.com/asottile/add-trailing-comma
56
- rev : v2.2.2
56
+ rev : v3.1.0
57
57
hooks :
58
58
- id : add-trailing-comma
59
59
args :
60
60
- --py36-plus
61
61
- repo : https://github.com/hadialqattan/pycln
62
- rev : v1.2.5
62
+ rev : v2.3.0
63
63
hooks :
64
64
- id : pycln
65
65
- repo : https://github.com/pycqa/flake8
66
- rev : 4.0.1
66
+ rev : 6.1.0
67
67
hooks :
68
68
- id : flake8
69
69
exclude : |
You can’t perform that action at this time.
0 commit comments