We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1f438 commit d516decCopy full SHA for d516dec
.flake8
@@ -2,6 +2,9 @@
2
ban-relative-imports = true
3
inline-quotes = "
4
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
+ # Barring function calls in default args. Ha, no.
+ B008,
+ # 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,6 +1,6 @@
1
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
+ rev: v4.4.0
hooks:
- id: check-ast
- id: check-docstring-first
0 commit comments