aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJ08nY2024-07-15 15:53:57 +0200
committerJ08nY2024-07-15 15:53:57 +0200
commitce862a86bb0a59313527e3fdd97631ab1f36b8bd (patch)
tree25db83a930c4b7162a529c776c7f849e0e7f39d8 /.pre-commit-config.yaml
parente5728326e9621d706473ef1b20b3f4903b7c5ef4 (diff)
downloadpyecsca-ce862a86bb0a59313527e3fdd97631ab1f36b8bd.tar.gz
pyecsca-ce862a86bb0a59313527e3fdd97631ab1f36b8bd.tar.zst
pyecsca-ce862a86bb0a59313527e3fdd97631ab1f36b8bd.zip
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index de79e4a..77da1c1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,12 +11,14 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.991
+ rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
- "types-setuptools"
- "numpy"
+ - "gmpy2"
+ - "python-flint"
args: [--ignore-missing-imports, --show-error-codes, --namespace-packages, --explicit-package-bases, --check-untyped-defs]
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0