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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
@@ -24,23 +24,23 @@ repos:
24
24
args : [--remove]
25
25
- id : mixed-line-ending
26
26
- repo : https://github.com/psf/black
27
- rev : 22.6 .0
27
+ rev : 23.7 .0
28
28
hooks :
29
29
- id : black
30
- language_version : python3.7
30
+ language_version : python3.11
31
31
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
34
34
hooks :
35
35
- id : flake8
36
36
exclude : ^docs/|^examples/
37
37
- repo : https://github.com/igorshubovych/markdownlint-cli
38
- rev : v0.31.1
38
+ rev : v0.35.0
39
39
hooks :
40
40
- id : markdownlint
41
41
args : [-f]
42
42
exclude : ^(.github|tests)
43
43
- repo : https://github.com/PyCQA/isort
44
- rev : 5.10.1
44
+ rev : 5.12.0
45
45
hooks :
46
46
- id : isort
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dynamic = ["version"]
50
50
wtf = [" WTForms[email]>=3.0.0" , " Flask-WTF>=0.14.3" ]
51
51
toolbar = [" Flask-DebugToolbar>=0.11.0" ]
52
52
dev = [
53
- " black==22.6 .0" ,
53
+ " black==23.7 .0" ,
54
54
" pre-commit" ,
55
55
" pytest" ,
56
56
" pytest-cov" ,
You can’t perform that action at this time.
0 commit comments