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 4233a90 commit 6a445f3Copy full SHA for 6a445f3
.pre-commit-config.yaml
@@ -46,9 +46,17 @@ repos:
46
hooks:
47
- id: codespell
48
args: [
49
+ "-S",
50
+ "*.csv",
51
52
+ "*.ipynb",
53
54
+ "pyproject.toml",
55
+ "--ignore-words-list",
56
+ "\"nD,CACE\"",
57
# Write changes in place
58
"-w",
59
]
60
additional_dependencies:
61
# Support pyproject.toml configuration
- - tomli
62
+ - tomli
pyproject.toml
@@ -122,7 +122,3 @@ badge-format = "svg"
122
extend-select = [
123
"I", # isort
124
125
-
126
-[tool.codespell]
127
-skip = "*.csv,*.ipynb"
128
-ignore-words-list = "nD,CACE"
0 commit comments