Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 50feb76

Browse files
committedApr 15, 2024
Fix flake and make Vale manual
1 parent 770db61 commit 50feb76

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.flake8

Lines changed: 1 addition & 1 deletion
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

‎.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
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)
Please sign in to comment.