summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-13 05:41:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-13 05:41:58 +0000
commite390ceede4a1b709bf25275d117e095f2ca0867f (patch)
treeff0ebfdddd406f4301c8d4c1146a2d2a5b6b0f1c /.pre-commit-config.yaml
parentAdding upstream version 3.6.0. (diff)
downloadpre-commit-e390ceede4a1b709bf25275d117e095f2ca0867f.tar.xz
pre-commit-e390ceede4a1b709bf25275d117e095f2ca0867f.zip
Adding upstream version 3.6.1.upstream/3.6.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4433e4e..9cbda10 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -33,11 +33,11 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/PyCQA/flake8
- rev: 6.1.0
+ rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.7.1
+ rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [types-all]