File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pycqa/isort
3- rev : 6.0.0
3+ rev : 6.0.1
44 hooks :
55 - id : isort
66
@@ -16,13 +16,13 @@ repos:
1616 args : ["--py37-plus"]
1717
1818- repo : https://github.com/pycqa/flake8
19- rev : 7.1.1
19+ rev : 7.1.2
2020 hooks :
2121 - id : flake8
2222 exclude : ^fuzz/generated/
2323
2424- repo : https://github.com/PyCQA/bandit
25- rev : 1.8.2
25+ rev : 1.8.3
2626 hooks :
2727 - id : bandit
2828 args : ["-c", "bandit.conf"]
Original file line number Diff line number Diff line change 11black==25.1.0
22isort; python_version < "3.8"
3- isort==6.0.0 ; python_version >= "3.8"
3+ isort==6.0.1 ; python_version >= "3.8"
44pre-commit; python_version <= "3.8"
55pre-commit==4.1.0; python_version > "3.8"
66flake8; python_version < "3.8"
7- flake8==7.1.1 ; python_version >= "3.8"
8- bandit==1.8.2
7+ flake8==7.1.2 ; python_version >= "3.8"
8+ bandit==1.8.3
99gitlint==v0.19.1
1010pytest
1111pytest-mock
You can’t perform that action at this time.
0 commit comments