We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a04c2 commit 278c2ecCopy full SHA for 278c2ec
pyproject.toml
@@ -2,6 +2,12 @@
2
requires = ["setuptools>=60", "setuptools_scm[toml]>=7.0"]
3
build-backend = "setuptools.build_meta"
4
5
+[tool.codespell]
6
+skip = ".git,*.pdf,*.svg"
7
+# the way to make case sensitive skips of words etc
8
+ignore-regex = "\bNd\b"
9
+ignore-words-list = "re-use"
10
+
11
[tool.isort]
12
profile = "black"
13
split_on_trailing_comma = true
0 commit comments