[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/autoflake: v2.0.0 → v2.0.1](https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.0.1)
- [github.com/pycqa/isort: 5.11.4 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.4...5.12.0)
This commit is contained in:
pre-commit-ci[bot] 2023-02-06 17:36:08 +00:00 committed by Asif Saif Uddin
parent 08a997439d
commit e15b6fbd3b
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ repos:
args: ["--py37-plus", "--keep-runtime-typing"]
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.0.1
hooks:
- id: autoflake
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]
@ -30,6 +30,6 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort