Skip to content

Commit 1861f9f

Browse files
committed
Do not codespell migrations
1 parent 2c09eda commit 1861f9f

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
@@ -47,7 +47,7 @@ readthedocs/__init__.py =
4747

4848
[codespell]
4949
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
50-
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai,setup.cfg
50+
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai,setup.cfg,migrations
5151
check-hidden = true
5252
# some names and abbreviations and very long lines (minimized?)
5353
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)