From b51f3618329311fd708ce46a48dbcd96717b48fa Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Sat, 1 Jan 2022 12:07:50 -0600 Subject: Update dependencies and pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 987555c..ea95672 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: - id: check-toml - id: check-yaml @@ -8,7 +8,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -26,7 +26,7 @@ repos: - id: flake8 additional_dependencies: [flake8-comprehensions] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v0.930 hooks: - id: mypy files: requests_cache -- cgit v1.2.1