Skip to content

Commit

Permalink
Update mypy version in pre-commit, clean up config (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
flz authored Jul 6, 2024
1 parent d60d74e commit a48bbf9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,7 @@ repos:
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.940
rev: v1.10.1
hooks:
- id: mypy
exclude: ^(docs/conf.py|tests/.*)
additional_dependencies:
- types-dataclasses >= 0.1.3
- types-PyYAML
- tomli >= 0.2.6, < 2.0.0
- types-typed-ast >= 1.4.1
- click >= 8.1.0
- platformdirs >= 2.1.0
exclude: ^(tests/.*)

0 comments on commit a48bbf9

Please sign in to comment.