File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3.11
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.6 .0
5+ rev : v5.0 .0
66 hooks :
77 - id : check-case-conflict
88 - id : check-docstring-first
@@ -37,14 +37,14 @@ repos:
3737 " --remove-duplicate-keys" ,
3838 ]
3939 - repo : https://github.com/pycqa/flake8
40- rev : 7.1.0
40+ rev : 7.1.1
4141 hooks :
4242 - id : flake8
4343 additional_dependencies :
4444 - flake8-bugbear
4545 - flake8-datetime-utcnow-plugin
4646 - repo : https://github.com/asottile/pyupgrade
47- rev : v3.16.0
47+ rev : v3.19.1
4848 hooks :
4949 - id : pyupgrade
5050 args :
5858 hooks :
5959 - id : isort
6060 - repo : https://github.com/pycqa/bandit
61- rev : 1.7.9
61+ rev : 1.8.0
6262 hooks :
6363 - id : bandit
6464 args :
6767 - " --exclude"
6868 - " tests"
6969 - repo : https://github.com/pycqa/bandit
70- rev : 1.7.9
70+ rev : 1.8.0
7171 hooks :
7272 - id : bandit
7373 args :
7676 - " -lll"
7777 - " tests"
7878 - repo : https://github.com/psf/black
79- rev : 24.4.2
79+ rev : 24.10.0
8080 hooks :
8181 - id : black
8282 - repo : https://github.com/pre-commit/pygrep-hooks
You can’t perform that action at this time.
0 commit comments