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

Run flake8 across this codebase #16

Merged
merged 1 commit into from
Oct 31, 2017

Conversation

alexmuller
Copy link
Contributor

flake8 spotted that there was a duplicate entry in the dictionary so it's probably worth running as part of the tests.

I don't know tox at all so I may have done this in the wrong place.

Copy link
Owner

@gforcada gforcada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spending the time cleaning up my mess!! 🎉

There's a couple of small changes I would like to make on your changes, if you wish I can do them myself if you want. Just let me know.

Again, thanks for caring so much to send a couple of pull requests already!!

setup.cfg Outdated
@@ -1,3 +1,6 @@
[flake8]
max-line-length=100
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind changing that to 80? I usually work with two or three editors one next to each other and 80 is the perfect size for that.

tox.ini Outdated
commands=
flake8
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That does not work, you should instead put flake8 *.py

flake8 spotted that there was a duplicate entry in the dictionary
so it's probably worth running as part of the tests.
@alexmuller
Copy link
Contributor Author

No problem at all! Updated this pull request, sorry for the delay :)

@gforcada gforcada merged commit 952bc26 into gforcada:master Oct 31, 2017
@gforcada
Copy link
Owner

@alexmuller thanks! I will release it shortly, ping me back if I did not do it.

@gforcada
Copy link
Owner

@alexmuller released 1.3 let me know if something is broken 🙂

@alexmuller alexmuller deleted the run-flake8-on-this-codebase branch November 1, 2017 10:10
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

Successfully merging this pull request may close these issues.

2 participants