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 =
55 jsonschema/__init__.py
66 jsonschema/_reflect.py
77ignore =
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/
22
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.3 .0
5+ rev : v4.4 .0
66 hooks :
77 - id : check-ast
88 - id : check-docstring-first
You can’t perform that action at this time.
0 commit comments