Merge pull request #935 from pimutils/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Hugo Osvaldo Barrera 2021-08-30 22:23:53 +02:00 committed by GitHub
commit fbd5ff88d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-import-order, flake8-bugbear]
- repo: https://github.com/psf/black
rev: "21.7b0"
rev: "21.8b0"
hooks:
- id: black
- repo: https://github.com/pycqa/isort
@ -23,7 +23,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/asottile/pyupgrade
rev: v2.24.0
rev: v2.25.0
hooks:
- id: pyupgrade
args: [--py37-plus]