Skip to content

Commit

Permalink
use codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 17, 2024
1 parent 3d3c86c commit 1c88b0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies: [tomli]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
hooks:
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ lint.unfixable = [
"test/**" = [
"B018", # useless-expression
]

[tool.codespell]
#skip = '*.po,*.ts,./src/3rdParty,./src/Test'
#count = true
quiet-level = 3

0 comments on commit 1c88b0a

Please sign in to comment.