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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Stéphane Bidoul 2022-04-11 21:29:56 +02:00 committed by GitHub
commit 1f68e26664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ repos:
- --remove-all-unused-imports - --remove-all-unused-imports
- --remove-duplicate-keys - --remove-duplicate-keys
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 rev: v4.2.0
hooks: hooks:
- id: check-toml - id: check-toml
- id: check-yaml - id: check-yaml
@ -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: v2.31.1 rev: v2.32.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py39-plus"] args: ["--py39-plus"]