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 8951b6e commit e6e4551Copy full SHA for e6e4551
.pre-commit-config.yaml
@@ -13,4 +13,4 @@ repos:
13
rev: v0.0.190
14
hooks:
15
- id: rumdl
16
- args: [--fix]
+ args: []
.pyspelling.yml
@@ -5,7 +5,9 @@ matrix:
5
- docs/spelling_wordlist
6
output: _build/dictionary/python.dic
7
sources:
8
- - '**/*.md'
+ - 'docs/**/*.md'
9
+ - README.md
10
+ - CONTRIBUTING.md
11
pipeline:
12
- pyspelling.filters.markdown:
markdown_extensions:
.rumdl.toml
@@ -1,6 +1,7 @@
1
[global]
2
flavor = "mkdocs"
3
include = ["**/*.md"]
4
+exclude = ["CODE_OF_CONDUCT.md"]
respect-gitignore = true
# Disable rules:
0 commit comments