From 469d91f460ec9dff42aa7b34f7c9dd11ca34f411 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Mon, 8 May 2023 10:55:00 -0500 Subject: Update dependencies and pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5939154..bded4e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/timothycrosley/isort @@ -22,7 +22,7 @@ repos: - id: flake8 additional_dependencies: [flake8-comprehensions] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.2.0 hooks: - id: mypy files: requests_cache -- cgit v1.2.1