From 7515c619a676b64d024d73a1aefd12b86b1f619b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 3 Jan 2024 16:00:11 +0100 Subject: [PATCH] chore: bump linters and mypy --- .pre-commit-config.yaml | 6 +++--- local-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eabece583..5198070e1 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: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,7 +19,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.8.0 hooks: - id: mypy additional_dependencies: [types-pyOpenSSL==23.2.0.2, types-requests==2.31.0.10] @@ -28,7 +28,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: local diff --git a/local-requirements.txt b/local-requirements.txt index 4a4a27ada..f710e99b9 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -3,7 +3,7 @@ autobahn==23.1.2 black==23.9.1 flake8==6.1.0 flaky==3.7.0 -mypy==1.5.1 +mypy==1.8.0 objgraph==3.6.0 Pillow==10.0.1 pixelmatch==0.3.0