File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/psf/black
4
- rev : 24.4.2
4
+ rev : 25.1.0
5
5
hooks :
6
6
- id : black
7
7
language_version : python3.8
8
8
args :
9
9
- " --target-version"
10
10
- " py38"
11
11
- repo : https://github.com/PyCQA/flake8
12
- rev : " 7.1 .0"
12
+ rev : " 7.3 .0"
13
13
hooks :
14
14
- id : flake8
15
15
args : ["--max-line-length", "88"]
16
16
- repo : https://github.com/PyCQA/isort
17
- rev : 5.13.2
17
+ rev : 6.0.1
18
18
hooks :
19
19
- id : isort
20
20
- repo : https://github.com/asottile/pyupgrade
21
- rev : v3.16 .0
21
+ rev : v3.20 .0
22
22
hooks :
23
23
- id : pyupgrade
24
24
args : [--py38-plus]
25
25
- repo : https://github.com/adamchainz/django-upgrade
26
- rev : 1.20 .0
26
+ rev : 1.25 .0
27
27
hooks :
28
28
- id : django-upgrade
29
29
args : [--target-version, "3.2"]
You can’t perform that action at this time.
0 commit comments