Closed microamp closed 9 months ago
Update: All checks now pass.
Attention: Patch coverage is 0%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 77.83%. Comparing base (
8674bf5
) to head (221a97f
). Report is 1 commits behind head on develop.:exclamation: Current head 221a97f differs from pull request most recent head 2181d15. Consider uploading reports for the commit 2181d15 to get more accurate results
~Use single quotes for Python strings to fix the flake8 error.~
Update:
flake8
doesn't seem to supportblack
as profile, likeisort
does. Going forward, we'll chooseblack
's formatting overflake8
's when there is a conflict between the two.