Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in Makefile with flake8 #602

Open
lbcommer opened this issue Sep 8, 2020 · 1 comment
Open

Errors in Makefile with flake8 #602

lbcommer opened this issue Sep 8, 2020 · 1 comment

Comments

@lbcommer
Copy link

lbcommer commented Sep 8, 2020

  • Date you used Cookiecutter PyPackage: 2020-09-08
  • Cookiecutter version used, if any: 1.7.2
  • Python version, if any: Python 2.7 / Python 3.7
  • Operating System: MacOs

Description

The generated Makefile for my project throws an error when the lint option is used and flake8 detects some errors.
To fix the problem in my Makefile I have used the option of flake8: --exit-zero
This could be included in the template to build the Makefiles

What I Did

The command:

make lint

generated the error:

make: *** [lint] Error 1

@lbcommer
Copy link
Author

I have submitted a pull request: #603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant