[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/autoflake: v1.7.1 → v1.7.6](https://github.com/PyCQA/autoflake/compare/v1.7.1...v1.7.6)
- [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v3.0.0...v3.1.0)
This commit is contained in:
pre-commit-ci[bot] 2022-10-17 19:32:49 +00:00 committed by GitHub
parent 545d44e944
commit fe30e1cc94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ repos:
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/autoflake - repo: https://github.com/PyCQA/autoflake
rev: v1.7.1 rev: v1.7.6
hooks: hooks:
- id: autoflake - id: autoflake
args: args:
@ -36,7 +36,7 @@ repos:
- id: docformatter - id: docformatter
args: ["--in-place", "--wrap-summaries=88"] args: ["--in-place", "--wrap-summaries=88"]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.0.0 rev: v3.1.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py39-plus"] args: ["--py39-plus"]