Skip to content

Commit bafd148

Browse files
authored
Merge pull request #787 from DimitriPapadopoulos/codespell.git
Make sure codespell skips .git when run locally
2 parents 088f06c + df31a1c commit bafd148

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
@@ -80,5 +80,5 @@ tag_prefix =
8080
parentdir_prefix =
8181

8282
[codespell]
83-
skip = external,versioneer.py,_version.py
83+
skip = ./.git,external,versioneer.py,_version.py
8484
ignore-words = .github/codespell_ignore_words.txt

0 commit comments

Comments
 (0)