[pre-commit.ci] pre-commit autoupdate

updates:
- https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake
- [github.com/PyCQA/autoflake: v1.5.3 → v1.6.0](https://github.com/PyCQA/autoflake/compare/v1.5.3...v1.6.0)
- https://github.com/myint/docformatterhttps://github.com/PyCQA/docformatter
This commit is contained in:
pre-commit-ci[bot] 2022-09-19 19:31:16 +00:00 committed by GitHub
parent 1f258f2657
commit 9a4350e377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,8 @@ repos:
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/myint/autoflake
rev: v1.5.3
- repo: https://github.com/PyCQA/autoflake
rev: v1.6.0
hooks:
- id: autoflake
args:
@ -30,7 +30,7 @@ repos:
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/myint/docformatter
- repo: https://github.com/PyCQA/docformatter
rev: v1.5.0
hooks:
- id: docformatter