mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Add rudimentary codespell config
This commit is contained in:
parent
2f09b677e3
commit
00e5113e40
6
.codespellrc
Normal file
6
.codespellrc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||||
|
[codespell]
|
||||||
|
skip = .git,*.svg,*.css,*.min.*,.codespellrc
|
||||||
|
check-hidden = true
|
||||||
|
# ignore-regex =
|
||||||
|
# ignore-words-list =
|
Loading…
Reference in New Issue
Block a user