Merge pull request #82 from sbidoul/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Stéphane Bidoul 2022-10-17 21:55:31 +02:00 committed by GitHub
commit 02a29d895b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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