From 4f668ab5073bc79d15dd4acb24a99f6b077f6a20 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 29 Mar 2022 19:21:51 -0400 Subject: [PATCH] fix: bump black to 22.3.0 due to click 8.1 release (#44) * fix: bump black to 22.3.0 due to click 8.1 release Committed via https://github.com/asottile/all-repos * fix(types): pin click while this typing bug is fixed Signed-off-by: Henry Schreiner --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f7bfff..9cce55f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black @@ -45,12 +45,12 @@ repos: - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.941 + rev: v0.942 hooks: - id: mypy files: src args: [--show-error-codes] - additional_dependencies: [rich, click, hist, numpy, textual==0.1.17] + additional_dependencies: [rich>=12, click<8.1, hist, numpy, textual==0.1.17] - repo: https://github.com/codespell-project/codespell rev: v2.1.0