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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Stéphane Bidoul 2022-09-19 22:00:05 +02:00 committed by GitHub
commit fd229e0fc6
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