From ad4cbf2d2f193a6dfc226fb02f5c15b8a4bfe014 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 23 Feb 2021 22:39:40 +0200 Subject: [PATCH] Update pre-commit hooks --- .pre-commit-config.yaml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0f54f6fb..73a81067e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: docformatter args: ["--in-place", "--pre-summary-newline"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.800 + rev: v0.812 hooks: - id: mypy additional_dependencies: [tokenize-rt] diff --git a/setup.cfg b/setup.cfg index 82f9a5b41..985c5f75a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,7 @@ dev = pytest-cov tox docs = - sphinx==3.4.3 + sphinx sphinx-autobuild sphinx-autodoc-typehints sphinx-copybutton