File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/asottile/pyupgrade
3
- rev : v3.19.0
3
+ rev : v3.19.1
4
4
hooks :
5
5
- id : pyupgrade
6
6
args : [--py39-plus]
7
7
exclude : &fixtures ^tests/fixtures/.+\.py$
8
8
- repo : https://github.com/pycqa/flake8
9
- rev : 7.1.1
9
+ rev : 7.1.2
10
10
hooks :
11
11
- id : flake8
12
12
additional_dependencies :
@@ -17,12 +17,12 @@ repos:
17
17
files : ^(python_typing_update|script|tests)/.+\.py$
18
18
exclude : *fixtures
19
19
- repo : https://github.com/PyCQA/isort
20
- rev : 5.13.2
20
+ rev : 6.0.0
21
21
hooks :
22
22
- id : isort
23
23
exclude : *fixtures
24
24
- repo : https://github.com/pre-commit/pre-commit-hooks
25
- rev : v3.4 .0
25
+ rev : v5.0 .0
26
26
hooks :
27
27
- id : trailing-whitespace
28
28
exclude : .+\.md
Original file line number Diff line number Diff line change 1
- flake8==7.1.1
1
+ flake8==7.1.2
2
2
isort==6.0.0
3
3
mccabe==0.7.0
4
4
pycodestyle==2.12.1
You can’t perform that action at this time.
0 commit comments