Merge pull request #2460 from rjsnh1522/fixing-flake8-config

fixed pre-commit  not loading the flake8 config. added path of setup.…
This commit is contained in:
Bruno Alla 2020-02-25 07:52:12 +00:00 committed by GitHub
commit 1cdc12a933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,7 @@ Listed in alphabetical order.
Oleg Russkin `@rolep`_
Pablo `@oubiga`_
Parbhat Puri `@parbhat`_
Pawan Chaurasia `@rjsnh1522`_
Peter Bittner `@bittner`_
Peter Coles `@mrcoles`_
Philipp Matthies `@canonnervio`_
@ -338,6 +339,7 @@ Listed in alphabetical order.
.. _@originell: https://github.com/originell
.. _@oubiga: https://github.com/oubiga
.. _@parbhat: https://github.com/parbhat
.. _@rjsnh1522: https://github.com/rjsnh1522
.. _@pchiquet: https://github.com/pchiquet
.. _@phiberjenz: https://github.com/phiberjenz
.. _@purplediane: https://github.com/purplediane

View File

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