From 2373ad5bb325548c5b10a6ffc43913a7e2052fa7 Mon Sep 17 00:00:00 2001 From: Alexander Held Date: Tue, 1 Oct 2024 19:09:53 +0200 Subject: [PATCH] drop type checking for Python 3.9 --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59d767ef..11a962e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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