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 25
25
- id : validate-pyproject
26
26
name : Validate pyproject.toml
27
27
- repo : https://github.com/PyCQA/autoflake
28
- rev : v2.1.1
28
+ rev : v2.2.0
29
29
hooks :
30
30
- id : autoflake
31
31
args : [--in-place]
34
34
hooks :
35
35
- id : isort
36
36
- repo : https://github.com/asottile/pyupgrade
37
- rev : v3.4 .0
37
+ rev : v3.7 .0
38
38
hooks :
39
39
- id : pyupgrade
40
40
args : [--py38-plus]
@@ -55,11 +55,11 @@ repos:
55
55
additional_dependencies : &flake8_dependencies
56
56
# These versions need updated manually
57
57
- flake8==6.0.0
58
- - flake8-comprehensions==3.12 .0
59
- - flake8-bugbear==23.5.9
58
+ - flake8-comprehensions==3.13 .0
59
+ - flake8-bugbear==23.6.5
60
60
# - flake8-simplify==0.20.0
61
61
- repo : https://github.com/asottile/yesqa
62
- rev : v1.4 .0
62
+ rev : v1.5 .0
63
63
hooks :
64
64
- id : yesqa
65
65
additional_dependencies : *flake8_dependencies
You can’t perform that action at this time.
0 commit comments