Skip to content

Commit 308f9c8

Browse files
committed
Fix flake and make Vale manual
1 parent f50dbbd commit 308f9c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[flake8]
77
doctests = True
88
# W503 and W504 are mutually exclusive. PEP 8 recommends line break before.
9-
ignore = W503
9+
ignore = W503,E203
1010
max-complexity = 10
1111
max-line-length = 120
1212
select = E,W,F,C,N

Diff for: .pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ repos:
5858
pass_filenames: false
5959
args: [sync]
6060
types_or: [markdown, rst]
61+
stages: [manual]
6162
- id: vale
6263
language_version: "1.21.6"
6364
types_or: [markdown, rst]
65+
stages: [manual]

0 commit comments

Comments
 (0)