File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ exclude =
5
5
jsonschema/__init__.py
6
6
jsonschema/_reflect.py
7
7
ignore =
8
- B008, # Barring function calls in default args. Ha, no.
9
- B306, # See https://github.com/PyCQA/flake8-bugbear/issues/131
10
- W503, # (flake8 default) old PEP8 boolean operator line breaks
8
+ # Barring function calls in default args. Ha, no.
9
+ B008,
10
+ # See https://github.com/PyCQA/flake8-bugbear/issues/131
11
+ B306,
12
+ # (flake8 default) old PEP8 boolean operator line breaks
13
+ W503,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: json/
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.4 .0
6
6
hooks :
7
7
- id : check-ast
8
8
- id : check-docstring-first
You can’t perform that action at this time.
0 commit comments