Update flake8 from 3.7.9 to 3.8.0 in pre-commit config

This commit is contained in:
Bruno Alla 2020-05-12 09:06:02 +01:00
parent e5ad47785e
commit 8f66084e33

View File

@ -16,7 +16,7 @@ repos:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
rev: 3.8.0
hooks:
- id: flake8
args: ['--config=setup.cfg']