File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/PyCQA/bandit
4- rev : 1.7.5
4+ rev : 1.7.6
55 hooks :
66 - id : bandit
77 args :
88 - " -x *test*.py"
99
1010 - repo : https://github.com/psf/black
11- rev : 23.9.1
11+ rev : 23.12.0
1212 hooks :
1313 - id : black
1414 language_version : python3.8
@@ -21,12 +21,12 @@ repos:
2121 - " --config=tox.ini"
2222
2323 - repo : https://github.com/PyCQA/isort
24- rev : 5.12.0
24+ rev : 5.13.2
2525 hooks :
2626 - id : isort
2727
2828 - repo : https://github.com/pre-commit/pre-commit-hooks
29- rev : v4.4 .0
29+ rev : v4.5 .0
3030 hooks :
3131 - id : requirements-txt-fixer
3232 files : requirements/.*\.txt$
@@ -40,14 +40,14 @@ repos:
4040 - id : detect-private-key
4141
4242 - repo : https://github.com/adrienverge/yamllint
43- rev : v1.32 .0
43+ rev : v1.33 .0
4444 hooks :
4545 - id : yamllint
4646 args :
4747 - " --strict"
4848
4949 - repo : https://github.com/asottile/pyupgrade
50- rev : v3.13 .0
50+ rev : v3.15 .0
5151 hooks :
5252 - id : pyupgrade
5353 args : [--py38-plus]
Original file line number Diff line number Diff line change 1- black==23.9.1
1+ black==23.12.0
22flake8==6.1.0
33isort==5.12.0
You can’t perform that action at this time.
0 commit comments