From 9d5e88f35a9ae408986a70932d1f3f0d05a89167 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 15 Mar 2023 18:08:46 +0100 Subject: [PATCH] Upgrade pre-commit --- .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 c91747c..5b93f6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/myint/autoflake - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake args: @@ -34,6 +34,6 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.0.1" + rev: "v1.1.1" hooks: - id: mypy