Skip to content

Commit 881d855

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5580eac commit 881d855

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ lint.pylint.max-returns = 8 # default: 6
173173
lint.pylint.max-statements = 88 # default: 50
174174

175175
[tool.codespell]
176-
ignore-words-list = "3rt,abd,aer,ans,bitap,crate,damon,fo,followings,hist,iff,kwanza,manuel,mater,secant,som,sur,tim,toi,zar"
176+
ignore-words-list = """\
177+
3rt,abd,aer,ans,bitap,crate,damon,fo,followings,hist,iff,kwanza,manuel,mater,secant,som,sur,tim,toi,zar\
178+
"""
177179
skip = """\
178180
./.*,*.json,*.lock,ciphers/prehistoric_men.txt,project_euler/problem_022/p022_names.txt,pyproject.toml,strings/dictio\
179181
nary.txt,strings/words.txt\

0 commit comments

Comments
 (0)