Skip to content

Commit

Permalink
fix: mypy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 28, 2024
1 parent fd66e81 commit 2e7be2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,17 @@ repos:
rev: v1.8.0
hooks:
- id: mypy
name: mypy 3.7
exclude: docs|conftest.py
args: ["--python-version=3.7"]
additional_dependencies:
- nox
- pytest<8
- types-setuptools<68.1.0
- id: mypy
name: mypy 3.12
exclude: docs|conftest.py
args: ["--python-version=3.12"]
additional_dependencies:
- nox
- pytest
Expand Down

0 comments on commit 2e7be2c

Please sign in to comment.