Skip to content

Commit afbcd37

Browse files
authored
configure codespell to ignore .git
1 parent eed3447 commit afbcd37

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)