File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/asottile/pyupgrade
3- rev : v3.19.0
3+ rev : v3.19.1
44 hooks :
55 - id : pyupgrade
66 args : [--py39-plus]
77 exclude : &fixtures ^tests/fixtures/.+\.py$
88 - repo : https://github.com/pycqa/flake8
9- rev : 7.1.1
9+ rev : 7.1.2
1010 hooks :
1111 - id : flake8
1212 additional_dependencies :
@@ -17,12 +17,12 @@ repos:
1717 files : ^(python_typing_update|script|tests)/.+\.py$
1818 exclude : *fixtures
1919 - repo : https://github.com/PyCQA/isort
20- rev : 5.13.2
20+ rev : 6.0.0
2121 hooks :
2222 - id : isort
2323 exclude : *fixtures
2424 - repo : https://github.com/pre-commit/pre-commit-hooks
25- rev : v3.4 .0
25+ rev : v5.0 .0
2626 hooks :
2727 - id : trailing-whitespace
2828 exclude : .+\.md
Original file line number Diff line number Diff line change 1- flake8==7.1.1
1+ flake8==7.1.2
22isort==6.0.0
33mccabe==0.7.0
44pycodestyle==2.12.1
You can’t perform that action at this time.
0 commit comments