From c55a904ada54f1a00646a97877fbb9ab7a5848b3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:29:59 +0100 Subject: [PATCH] Bump black and mypy (#295) black diff: https://github.com/psf/black/compare/22.8.0...22.10.0 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92c594f1..2ed5fb37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.8.0 # must match requirements-dev.txt + rev: 22.10.0 # must match requirements-dev.txt hooks: - id: black language_version: python3.9 diff --git a/requirements-dev.txt b/requirements-dev.txt index d3d8ddd4..2b1fa4a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -black==22.8.0 # Must match .pre-commit-config.yaml +black==22.10.0 # Must match .pre-commit-config.yaml pytest==7.1.3 -mypy==0.971 +mypy==0.982 isort==5.10.1 # Must match .pre-commit-config.yaml flake8-bugbear==22.8.23 flake8-noqa==1.2.9