-
Notifications
You must be signed in to change notification settings - Fork 232
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
[Fix] wgangp config error #100
base: master
Are you sure you want to change the base?
Conversation
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.
You can run pre-commit run --all-files
to fix lint.
Codecov Report
@@ Coverage Diff @@
## master #100 +/- ##
==========================================
- Coverage 76.01% 75.98% -0.03%
==========================================
Files 118 118
Lines 8092 8092
Branches 1520 1520
==========================================
- Hits 6151 6149 -2
- Misses 1550 1551 +1
- Partials 391 392 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @zeyu-hello, you may use the pre-commit hook by the following commands: cd mmgen
pip install -U pre-commit
pre-commit install Then, when you commit changes, the pre-commit hook will automatically check your linting error. |
@nbei On my PC, all passed: pre-commit run --all-files
flake8...................................................................Passed
seed isort known_third_party.............................................Passed
isort....................................................................Passed
yapf.....................................................................Passed
Trim Trailing Whitespace.................................................Passed
Check Yaml...............................................................Passed
Fix End of Files.........................................................Passed
Fix requirements.txt.....................................................Passed
Fix double quoted strings................................................Passed
Check for merge conflicts................................................Passed
Fix python encoding pragma...............................................Passed
Mixed line ending........................................................Passed
docformatter.............................................................Passe |
Please help to improve this pull request so that it can be merged @plyfager |
Thank you for your contribution. I'll further modify this PR and make it merged. |
No description provided.