Skip to content

Commit cdf0c71

Browse files
committed
Update pre-commit hooks.
1 parent e868bfe commit cdf0c71

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.flake8

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ exclude =
55
jsonschema/__init__.py
66
jsonschema/_reflect.py
77
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,

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: json/
22

33
repos:
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

0 commit comments

Comments
 (0)