[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/autoflake: v2.0.2 → v2.1.0](https://github.com/PyCQA/autoflake/compare/v2.0.2...v2.1.0)
This commit is contained in:
pre-commit-ci[bot] 2023-04-17 17:23:22 +00:00 committed by Asif Saif Uddin
parent 8d3edf77b5
commit 0dd813a819
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ repos:
args: ["--py37-plus", "--keep-runtime-typing"]
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.2
rev: v2.1.0
hooks:
- id: autoflake
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]