Skip to content

Commit 44d6ccf

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents dded469 + 1bfec0e commit 44d6ccf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ repos:
7575
rev: v2.4.1
7676
hooks:
7777
- id: codespell
78-
args: ["-L", "sur,assertin,hep", "-w"]
78+
args: ["-w"]
7979
exclude: ^docs/working-examples\.md$ # Autogenerated
8080

8181

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,14 @@ ignore = ["PC170", "PP303"]
231231

232232
[tool.check-wheel-contents]
233233
ignore = ["W002"] # constraints-*.txt are allowed to be duplicates of one another
234+
235+
[tool.codespell]
236+
ignore-words-list = [
237+
"sur",
238+
"assertin",
239+
]
240+
skip = [
241+
'^docs/working-examples\.md',
242+
'htmlcov',
243+
'all_known_setup.yaml',
244+
]

0 commit comments

Comments
 (0)