[Fix] wgangp config error#100
Conversation
plyfager
left a comment
There was a problem hiding this comment.
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 installThen, 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.