fixed pre-commit not loading the flake8 config. added path of setup.cfg in .pre-commit-config.yaml

This commit is contained in:
Pawan Chaurasia 2020-02-24 18:46:01 +05:30
parent 452f3ec18e
commit 7df671611a

View File

@ -16,4 +16,5 @@ repos:
entry: flake8
language: python
types: [python]
args: ['--config=setup.cfg']