Skip to content

Commit 8b1e7c9

Browse files
authored
Merge pull request #369 from altendky/patch-2
configure codespell to ignore .git
2 parents eed3447 + afbcd37 commit 8b1e7c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build-system]
22
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
4+
5+
[tool.codespell]
6+
skip = './.git'

0 commit comments

Comments
 (0)