Skip to content

Commit

Permalink
exclude: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 26, 2023
1 parent ecbfd10 commit 6ba9995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ repos:
- id: codespell
additional_dependencies: [tomli]
#args: ["--write-changes"]
exclude: pyproject.toml

- repo: https://github.com/crate-ci/typos
rev: v1.16.12
hooks:
- id: typos
# empty to do not write fixes
args: []
exclude: pyproject.toml

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
Expand Down

0 comments on commit 6ba9995

Please sign in to comment.