Skip to content

Commit d516dec

Browse files
committed
Update pre-commit hooks.
1 parent 7d1f438 commit d516dec

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
@@ -2,6 +2,9 @@
22
ban-relative-imports = true
33
inline-quotes = "
44
ignore =
5-
B008, # Barring function calls in default args. Ha, no.
6-
B306, # See https://github.com/PyCQA/flake8-bugbear/issues/131
7-
W503, # (flake8 default) old PEP8 boolean operator line breaks
5+
# Barring function calls in default args. Ha, no.
6+
B008,
7+
# See https://github.com/PyCQA/flake8-bugbear/issues/131
8+
B306,
9+
# (flake8 default) old PEP8 boolean operator line breaks
10+
W503,

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-ast
66
- id: check-docstring-first

0 commit comments

Comments
 (0)