File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 77
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v4.4 .0
10+ rev : v5.0 .0
1111 hooks :
1212 - id : trailing-whitespace
1313 - id : end-of-file-fixer
@@ -32,13 +32,13 @@ repos:
3232 args : [--notice=COPYRIGHT]
3333 files : python
3434 - repo : https://github.com/asottile/pyupgrade
35- rev : v3.10.1
35+ rev : v3.19.0
3636 hooks :
3737 - id : pyupgrade
3838 args : [--py38-plus]
3939 # exclude: *fixtures
4040 - repo : https://github.com/PyCQA/autoflake
41- rev : v2.2 .1
41+ rev : v2.3 .1
4242 hooks :
4343 - id : autoflake
4444 args :
5050 - --remove-unused-variables
5151 - --remove-rhs-for-unused-variables
5252 - repo : https://github.com/PyCQA/isort
53- rev : 5.12.0
53+ rev : 5.13.2
5454 hooks :
5555 - id : isort
5656 name : isort (black profile, in place fixes)
6464 hooks :
6565 - id : yesqa
6666 - repo : https://github.com/psf/black
67- rev : 23.9.1
67+ rev : 24.10.0
6868 hooks :
6969 - id : black
7070 name : black (in place fixes)
@@ -75,20 +75,20 @@ repos:
7575 # https://pre-commit.com/#top_level-default_language_version
7676 # language_version: python3.11
7777 - repo : https://github.com/PyCQA/flake8
78- rev : 6 .1.0
78+ rev : 7 .1.1
7979 hooks :
8080 - id : flake8
8181 additional_dependencies : [Flake8-pyproject]
8282 - repo : https://github.com/PyCQA/bandit
83- rev : 1.7.5
83+ rev : 1.7.10
8484 hooks :
8585 - id : bandit
8686 name : bandit (checksig)
8787 exclude : " .*test.*"
8888 language : python
8989 types : [python]
9090 - repo : https://github.com/PyCQA/bandit
91- rev : 1.7.5
91+ rev : 1.7.10
9292 hooks :
9393 - id : bandit
9494 name : bandit (tests)
9999 language : python
100100 types : [python]
101101 - repo : https://github.com/pre-commit/mirrors-mypy
102- rev : v1.5.1
102+ rev : v1.13.0
103103 hooks :
104104 - id : mypy
You can’t perform that action at this time.
0 commit comments