aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJ08nY2023-02-05 16:25:43 +0100
committerJ08nY2023-02-05 16:25:43 +0100
commita796a68e02521a1db2ee309c021671a904fe14df (patch)
tree927edd15b15a04cb9e582b05d718e8943d6f757d /.pre-commit-config.yaml
parent0f5c105c8e34b8443c0da168d7f05f6cd9a03a59 (diff)
downloadpyecsca-a796a68e02521a1db2ee309c021671a904fe14df.tar.gz
pyecsca-a796a68e02521a1db2ee309c021671a904fe14df.tar.zst
pyecsca-a796a68e02521a1db2ee309c021671a904fe14df.zip
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2ac2274..3804976 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: v3.4.0
+ rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -11,12 +11,14 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.812
+ rev: v0.991
hooks:
- id: mypy
- args: [--ignore-missing-imports, --show-error-codes]
+ additional_dependencies:
+ - "types-setuptools"
+ args: [--ignore-missing-imports, --show-error-codes, --namespace-packages]
- repo: https://github.com/PyCQA/flake8
- rev: 3.9.0
+ rev: 6.0.0
hooks:
- id: flake8
args: ["--extend-ignore=E501,F405,F403,F401,E126,E203"]