mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +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
|
||||
skip = .git
|
||||
check-hidden = true
|
||||
# ignore-regex =
|
||||
# ignore-words-list =
|
||||
ignore-regex = \bNed Batchelder\b
|
||||
ignore-words-list = dne
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue