Skip to content

Commit e6e4551

Browse files
committed
rumdl and pyspelling ignores.
1 parent 8951b6e commit e6e4551

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ repos:
1313
rev: v0.0.190
1414
hooks:
1515
- id: rumdl
16-
args: [--fix]
16+
args: []

.pyspelling.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ matrix:
55
- docs/spelling_wordlist
66
output: _build/dictionary/python.dic
77
sources:
8-
- '**/*.md'
8+
- 'docs/**/*.md'
9+
- README.md
10+
- CONTRIBUTING.md
911
pipeline:
1012
- pyspelling.filters.markdown:
1113
markdown_extensions:

.rumdl.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[global]
22
flavor = "mkdocs"
33
include = ["**/*.md"]
4+
exclude = ["CODE_OF_CONDUCT.md"]
45
respect-gitignore = true
56

67
# Disable rules:

0 commit comments

Comments
 (0)