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

Start using flake8 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Start using flake8 #12

wants to merge 1 commit into from

Conversation

pattyland
Copy link
Contributor

This is just a suggestion: In other python projects I am involved in, the use of Flake8 for linting is often required. I have already reformatted a lot, but flake still complains a lot...
If you don't want that or prefer another linter, that's no problem!

@pattyland
Copy link
Contributor Author

Wow, automated building and testing with Travis CI, that wasn't there yesterday? Awesome!

@k0rventen
Copy link
Owner

Yeah when I started the project I didn't knew about linting, nowadays I use mostly autopep8, but flake8 is fine too. You're right, it should be applied to this project. I'll check locally this weekend I hope, and push the changes.

Regarding CI, I've enabled it after merging your commits yesterday, I was tired of manually building and pushing to pypi. So now it's all automated through GitHub actions ! when a release is created, it'll build and push the new version on pypi. Quite cool I think :D

@k0rventen
Copy link
Owner

Some update on the use of flake8, I'm setting up an automated GitHub action for it so that it can check automatically before publishing if everything is fine.

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.

None yet

2 participants