Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#237)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)

* update codespell skip and ignore

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bill Little <bill.james.little@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and bjlittle authored Jun 3, 2024
1 parent a8266e1 commit 123159e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.6'
rev: 'v2.3.0'
hooks:
- id: codespell
types_or: [python, markdown, rst]
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ ignore = [
]

[tool.codespell]
skip = ".git"
ignore-words-list = "assertIn"
skip = ".git,./docs/_build"

0 comments on commit 123159e

Please sign in to comment.