Skip to content

Commit

Permalink
Exclude verioneer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 7, 2023
1 parent d39ecf7 commit 0cb0574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ repos:
rev: 6.1.0
hooks:
- id: flake8
exclude: ^versioneer.py
additional_dependencies: [
flake8-blind-except,
flake8-builtins,
Expand All @@ -66,6 +67,7 @@ repos:
rev: v1.6.1
hooks:
- id: mypy
exclude: ^versioneer.py
# This is for checking tests/* (everything else has a stricter check
# below), but since there's no include it's run on everything

Expand All @@ -77,7 +79,7 @@ repos:
--disallow-untyped-defs,
--ignore-missing-imports,
]
exclude: tests/
exclude: ^versioneer.py,tests/

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0
Expand Down

0 comments on commit 0cb0574

Please sign in to comment.