mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-13 09:32:26 +03:00
fixed pre-commit not loading the flake8 config. added path of setup.cfg in .pre-commit-config.yaml
This commit is contained in:
parent
452f3ec18e
commit
7df671611a
|
@ -16,4 +16,5 @@ repos:
|
||||||
entry: flake8
|
entry: flake8
|
||||||
language: python
|
language: python
|
||||||
types: [python]
|
types: [python]
|
||||||
|
args: ['--config=setup.cfg']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user