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

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

View File

@ -16,12 +16,12 @@ repos:
- id: black - id: black
- repo: https://github.com/timothycrosley/isort - repo: https://github.com/timothycrosley/isort
rev: 5.7.0 rev: 5.8.0
hooks: hooks:
- id: isort - id: isort
- repo: https://gitlab.com/pycqa/flake8 - repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4 rev: 3.9.0
hooks: hooks:
- id: flake8 - id: flake8
args: ['--config=setup.cfg'] args: ['--config=setup.cfg']