Skip to content

Commit

Permalink
drop type checking for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held committed Oct 1, 2024
1 parent 3a9c0fa commit 2373ad5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
hooks:
- id: mypy
name: mypy with Python 3.9
files: src/cabinetry
additional_dependencies: ["numpy>=1.22", "boost-histogram>=1.0.1", "click>=8", "types-tabulate", "types-PyYAML", "hist>=2.3.0"]
# numpy 1.25 is no longer compatible with Python 3.8, so use Python >=3.9 for type checking
args: ["--python-version=3.9"]
- id: mypy
name: mypy with Python 3.12
files: src/cabinetry
Expand Down

0 comments on commit 2373ad5

Please sign in to comment.