mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
Add rudimentary codespell config
This commit is contained in:
parent
5c52d752e6
commit
60257915e9
1 changed files with 7 additions and 0 deletions
|
|
@ -73,3 +73,10 @@ warn_unused_ignores = true
|
||||||
|
|
||||||
[mypy-tests.*]
|
[mypy-tests.*]
|
||||||
disallow_untyped_defs = false
|
disallow_untyped_defs = false
|
||||||
|
|
||||||
|
[codespell]
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
skip = .git
|
||||||
|
check-hidden = true
|
||||||
|
# ignore-regex =
|
||||||
|
# ignore-words-list =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue