Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 7, 2023
1 parent 76447c8 commit b243a8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ repos:
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: .bumpversion.cfg
- id: end-of-file-fixer
- id: check-json
files: \.(json)$
Expand Down Expand Up @@ -67,15 +66,15 @@ repos:
rev: v1.6.1
hooks:
- id: mypy
exclude: ".*versioneer.*"
exclude: "(setup.py|versioneer.py|tests/)"
# This is for checking tests/* (everything else has a stricter check
# below), but since there's no include it's run on everything

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
hooks:
- id: mypy
exclude: ".*versioneer.*"
exclude: "(setup.py|versioneer.py)"
args: [
"--disallow-untyped-defs",
"--ignore-missing-imports"
Expand Down

0 comments on commit b243a8d

Please sign in to comment.