mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Custom skips for codespell
This commit is contained in:
parent
48a55731cd
commit
83ffa6ebed
1 changed files with 2 additions and 2 deletions
|
|
@ -78,5 +78,5 @@ disallow_untyped_defs = false
|
||||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
skip = .git
|
skip = .git
|
||||||
check-hidden = true
|
check-hidden = true
|
||||||
# ignore-regex =
|
ignore-regex = \bNed Batchelder\b
|
||||||
# ignore-words-list =
|
ignore-words-list = dne
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue