-
-
Notifications
You must be signed in to change notification settings - Fork 13
Dogfood #280
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
Dogfood #280
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #280 +/- ##
=======================================
Coverage 98.94% 98.94%
=======================================
Files 60 60
Lines 2550 2550
=======================================
Hits 2523 2523
Misses 27 27
Continue to review full report at Codecov.
|
Ensure that this repo is leading by example, and eating its own dogfood. Also reduces flake8 ignore list to only W503,W504, and updates the flake8 max line length to match black. And separate commands in test.bat with %errorlevel% handling.
A better solution for the test.bat / lint.sh / test.sh problem is to write a test.bat and lint.bat which also runs on bash https://stackoverflow.com/a/46813196 Please advise whether you would like me to do that (and backport it to the templates) |
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.
Looks great!
@@ -1,6 +1,5 @@ | |||
import moban.constants as constants |
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.
this is done by isort. I will checkout its configuration
lint_command: make lint install_test format install update |
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 did not realize it is 'lint_command'
No description provided.