Skip to content

Commit

Permalink
Specifiy *codespell* settings in .pre-commit-config.yaml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Nov 19, 2023
1 parent 035c65d commit 1ca9a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["--ignore-words-list=co-ordinates,exitance,fro,hart,ist"]
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst"
- repo: https://github.com/ikamensh/flynt
rev: "1.0.1"
hooks:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ pytest-cov = "*"
pytest-xdist = "*"
ruff = "*"
toml = "*"
tomli = { version = "*", python = "< 3.11" }
twine = "*"
isort = "*"

Expand Down

0 comments on commit 1ca9a2e

Please sign in to comment.