From a9c66172d48a8c93422f1b40e803ad0506d666db Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 11 Oct 2022 08:11:15 -0300 Subject: [PATCH] Update to autoflake to 1.7.3 Fixes PyCQA/autoflake#168 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd359ded0..ce3a30f1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: exclude: _pytest/(debugging|hookspec).py language_version: python3 - repo: https://github.com/PyCQA/autoflake - rev: v1.7.2 + rev: v1.7.3 hooks: - id: autoflake name: autoflake