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

+6-3
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

+1-1
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)