From 60357cb4495da72f227af187fc23c1a4a0c7a0e9 Mon Sep 17 00:00:00 2001 From: pintail Date: Sat, 9 Apr 2022 00:30:43 +0100 Subject: [PATCH] update pre-commit packages --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8caa506..3877cba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 22.3.0 hooks: - id: black language_version: python3.9 @@ -20,7 +20,7 @@ repos: language: system types: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910 + rev: v0.942 hooks: - id: 'mypy' additional_dependencies: