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 f34e2fc commit 79afdd0
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
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
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 79afdd0

Please sign in to comment.