-
Notifications
You must be signed in to change notification settings - Fork 20
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
Replace pycodestyle with flake8 #185
Conversation
Should we add flake8 to Line 98 in fbe537d
|
Yes but I let it slip since pyccodestyle wasn't there before. If adding it there (good idea) add the tests_require to an |
I have now modified setup.py to include flake8 and the option to use |
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I learnt a thing or two about how pip install
works from this 👍
Just waiting for tests to pass... |
Moi aussi! |
Other projects related to this one have been moving to using flake8.
This change proposed for the sake of consistency.