Skip to content

Commit f8c4946

Browse files
committed
[setup] move codespell exceptions to setup.cfg
1 parent ed9d158 commit f8c4946

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ repos:
8989
rev: "v2.1.0"
9090
hooks:
9191
- id: codespell
92-
args: ["-L", "hist,gaus,nd,ans,crate,nin,puls,spms"]
9392

9493
- repo: https://github.com/shellcheck-py/shellcheck-py
9594
rev: "v0.8.0.4"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ test =
8383

8484
[flake8]
8585
extend-ignore = E203, E501
86+
87+
[codespell]
88+
ignore-words-list = hist, gaus, nd, ans, crate, nin, puls, spms

0 commit comments

Comments
 (0)