Skip to content

Commit 5d27b8d

Browse files
tests/test_codespell.py: allow re-using - fails with recent codespell.
1 parent a61a67b commit 5d27b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_codespell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_codespell():
4747
command = textwrap.dedent(f'''
4848
cd {root} && codespell
4949
--skip {shlex.quote(skips)}
50-
--ignore-words-list re-use,flate,thirdparty
50+
--ignore-words-list re-use,flate,thirdparty,re-using
5151
''')
5252

5353
sys.path.append(root)

0 commit comments

Comments
 (0)