From 704ee0dee9119a8739f4ccdeee1577920deb382a Mon Sep 17 00:00:00 2001 From: Maksim Beliaev Date: Tue, 18 Oct 2022 15:36:37 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .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 f4431bf..d392b5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: https://github.com/humitos/mirrors-autoflake - rev: v1.1 + - repo: https://github.com/PyCQA/autoflake + rev: v1.7.6 hooks: - id: autoflake args: ["-i", "--remove-all-unused-imports"]