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

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Stéphane Bidoul 2021-11-08 20:33:53 +01:00 committed by GitHub
commit 4263c5bcee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ default_language_version:
python: python3 python: python3
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.9b0 rev: 21.10b0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/myint/autoflake - repo: https://github.com/myint/autoflake
@ -26,8 +26,8 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
additional_dependencies: ["flake8-bugbear==21.4.3"] additional_dependencies: ["flake8-bugbear==21.4.3"]
- repo: https://github.com/pre-commit/mirrors-isort - repo: https://github.com/PyCQA/isort
rev: v5.9.3 rev: 5.10.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/myint/docformatter - repo: https://github.com/myint/docformatter