diff options
| author | J08nY | 2024-07-15 15:53:57 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-15 15:53:57 +0200 |
| commit | ce862a86bb0a59313527e3fdd97631ab1f36b8bd (patch) | |
| tree | 25db83a930c4b7162a529c776c7f849e0e7f39d8 /.pre-commit-config.yaml | |
| parent | e5728326e9621d706473ef1b20b3f4903b7c5ef4 (diff) | |
| download | pyecsca-ce862a86bb0a59313527e3fdd97631ab1f36b8bd.tar.gz pyecsca-ce862a86bb0a59313527e3fdd97631ab1f36b8bd.tar.zst pyecsca-ce862a86bb0a59313527e3fdd97631ab1f36b8bd.zip | |
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
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 |
