Run pre-commit autoupdate

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2020-05-11 13:56:45 -07:00
parent 30b423fd0f
commit 37796c1ea8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ repos:
- id: debug-statements
- id: double-quote-string-fixer
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.0a2
rev: 3.8.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8