File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.3 .0
3+ rev : v4.4 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -24,23 +24,23 @@ repos:
2424 args : [--remove]
2525 - id : mixed-line-ending
2626 - repo : https://github.com/psf/black
27- rev : 22.6 .0
27+ rev : 23.7 .0
2828 hooks :
2929 - id : black
30- language_version : python3.7
30+ language_version : python3.11
3131 exclude : ^docs/
32- - repo : https://gitlab .com/pycqa/flake8
33- rev : 4.0.1
32+ - repo : https://github .com/pycqa/flake8
33+ rev : 6.1.0
3434 hooks :
3535 - id : flake8
3636 exclude : ^docs/|^examples/
3737 - repo : https://github.com/igorshubovych/markdownlint-cli
38- rev : v0.31.1
38+ rev : v0.35.0
3939 hooks :
4040 - id : markdownlint
4141 args : [-f]
4242 exclude : ^(.github|tests)
4343 - repo : https://github.com/PyCQA/isort
44- rev : 5.10.1
44+ rev : 5.12.0
4545 hooks :
4646 - id : isort
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dynamic = ["version"]
5050wtf = [" WTForms[email]>=3.0.0" , " Flask-WTF>=0.14.3" ]
5151toolbar = [" Flask-DebugToolbar>=0.11.0" ]
5252dev = [
53- " black==22.6 .0" ,
53+ " black==23.7 .0" ,
5454 " pre-commit" ,
5555 " pytest" ,
5656 " pytest-cov" ,
You can’t perform that action at this time.
0 commit comments