Skip to content

Commit ddc86dc

Browse files
committed
Move codespell config to pyproject.toml
1 parent 7f168ce commit ddc86dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.codespellrc

-3
This file was deleted.

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ include LICENSE
44
include README.md
55

66
include .bumpversion.cfg
7-
include .codespellrc
87
include pyproject.toml
98
include tox.ini
109

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@ max-statements = 95
130130
"PLR2004", # allow magic values
131131
"S101", # allow assert statements
132132
]
133+
134+
[tool.codespell]
135+
skip = '.git,.tox,.venv,*.de.html,*.de.rst,build,dist,local'
136+
quiet-level = 2

0 commit comments

Comments
 (0)