Update to autoflake to 1.7.3

Fixes PyCQA/autoflake#168
This commit is contained in:
Bruno Oliveira 2022-10-11 08:11:15 -03:00 committed by GitHub
parent 3de63f9a9b
commit a9c66172d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ repos:
exclude: _pytest/(debugging|hookspec).py exclude: _pytest/(debugging|hookspec).py
language_version: python3 language_version: python3
- repo: https://github.com/PyCQA/autoflake - repo: https://github.com/PyCQA/autoflake
rev: v1.7.2 rev: v1.7.3
hooks: hooks:
- id: autoflake - id: autoflake
name: autoflake name: autoflake