aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJ08nY2025-03-13 19:40:52 +0100
committerJ08nY2025-03-13 19:40:52 +0100
commit6aae5331e5a5fc3804c480440ec3c1abd8f11c60 (patch)
treef144a9b3c36b72dd2c05bededf73063f84a5ef8b /.pre-commit-config.yaml
parent7c2f12a0111de33330870b2179b71281b59ada29 (diff)
downloadpyecsca-6aae5331e5a5fc3804c480440ec3c1abd8f11c60.tar.gz
pyecsca-6aae5331e5a5fc3804c480440ec3c1abd8f11c60.tar.zst
pyecsca-6aae5331e5a5fc3804c480440ec3c1abd8f11c60.zip
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8c36dae..742a1ae 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.4.0
+ rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.10.1
+ rev: v1.15.0
hooks:
- id: mypy
additional_dependencies:
@@ -21,7 +21,7 @@ repos:
- "python-flint"
args: [--ignore-missing-imports, --show-error-codes, --namespace-packages, --explicit-package-bases, --check-untyped-defs]
- repo: https://github.com/PyCQA/flake8
- rev: 7.0.0
+ rev: 7.1.2
hooks:
- id: flake8
args: ["--extend-ignore=E501,F405,F403,F401,E126,E203"]