Skip to content

Commit

Permalink
fixed up pre-commit ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 21, 2023
1 parent 70035dc commit 43340a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ repos:
rev: 22.3.0
hooks:
- id: black
exclude: ^(arcana/_version\.py|versioneer\.py)$
exclude: ^(fileformats/CHANGEME/_version\.py)$
args:
- -l 88
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
hooks:
- id: codespell
exclude: ^(xnat_checks/_version\.py|versioneer\.py)$
exclude: ^(fileformats/CHANGEME/_version\.py)$
args:
- --ignore-words=.codespell-ignorewords
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 43340a6

Please sign in to comment.