Skip to content

Commit 1817c66

Browse files
committed
Do not codespell migrations
1 parent 2fcd527 commit 1817c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ readthedocs/__init__.py =
4949

5050
[codespell]
5151
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
52-
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai,setup.cfg
52+
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai,setup.cfg,migrations
5353
check-hidden = true
5454
# some names and abbreviations and very long lines (minimized?)
5555
ignore-regex = \b(Manuel|DED|Wile E. Coyote|Couldn\\u2019t)\b|.{300,}|"pyton\b|\|(ative|ment)\||"Hel" will match\b|ative: ''

0 commit comments

Comments
 (0)