Skip to content

Commit

Permalink
Exclude file in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Sep 20, 2024
1 parent 0d9cf77 commit 5dcdf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
rev: v0.991
hooks:
- id: mypy
exclude: "(^binder/jupyter_config\\.py$)|(/setup\\.py$)"
exclude: "(^binder/jupyter_config\\.py$)|(^scripts/bump_version\\.py$)|(/setup\\.py$)"
args: ["--config-file", "pyproject.toml"]
additional_dependencies: [tornado, pytest]
stages: [manual]
Expand Down

0 comments on commit 5dcdf97

Please sign in to comment.