We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770db61 commit 50feb76Copy full SHA for 50feb76
.flake8
@@ -6,7 +6,7 @@
6
[flake8]
7
doctests = True
8
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
9
-ignore = W503
+ignore = W503,E203
10
max-complexity = 10
11
max-line-length = 120
12
select = E,W,F,C,N
.pre-commit-config.yaml
@@ -58,6 +58,8 @@ repos:
58
pass_filenames: false
59
args: [sync]
60
types_or: [markdown, rst]
61
+ stages: [manual]
62
- id: vale
63
language_version: "1.21.6"
64
65
0 commit comments