Merge pull request #3157 from pydanny/update/pre-commit-autoupdate

Auto-update pre-commit hooks
This commit is contained in:
Fábio C. Barrionuevo da Luz 2021-05-15 15:51:03 -03:00 committed by GitHub
commit 181526d936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ repos:
- id: check-yaml
- repo: https://github.com/psf/black
rev: 21.4b2
rev: 21.5b1
hooks:
- id: black
@ -21,7 +21,7 @@ repos:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
args: ['--config=setup.cfg']