-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release 1.5.0 #54
Release 1.5.0 #54
Conversation
04d02a7
to
20992ee
Compare
Also revamped our CI to build the package once and test many times, and publish GitHub release on deploy.
20992ee
to
2035cf9
Compare
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.
Awesome!
[testenv:linting] | ||
skip_install = True | ||
basepython = python3.7 | ||
deps = pre-commit>=1.11.0 | ||
commands = pre-commit run --all-files --show-diff-on-failure | ||
|
||
[flake8] | ||
max-line-length = 100 |
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.
Just to know, is this not necessary anymore? Linting is being called in another way?
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 decided to drop it and let "black" take care of that for us, and in case some comment goes over that border a bit I do not find a big deal either.
Took the opportunity to modernize things: