-
Notifications
You must be signed in to change notification settings - Fork 3
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
add gif #7
Conversation
casperdcl
commented
Aug 7, 2021
•
edited
Loading
edited
- fixes gif #6
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.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
flake8
scripts/amypet_gif.py|104 col 1| W293 blank line contains whitespace
scripts/amypet_gif.py|105 col 25| E225 missing whitespace around operator
scripts/amypet_gif.py|106 col 89| E501 line too long (133 > 88 characters)
scripts/amypet_gif.py|114 col 27| E225 missing whitespace around operator
scripts/amypet_gif.py|114 col 44| E225 missing whitespace around operator
scripts/amypet_gif.py|116 col 17| E265 block comment should start with '# '
scripts/amypet_gif.py|118 col 17| E701 multiple statements on one line (colon)
scripts/amypet_gif.py|121 col 13| E303 too many blank lines (2)
scripts/amypet_gif.py|121 col 89| E501 line too long (90 > 88 characters)
scripts/amypet_gif.py|123 col 89| E501 line too long (100 > 88 characters)
scripts/amypet_gif.py|126 col 1| E265 block comment should start with '# '
scripts/amypet_gif.py|126 col 54| W292 no newline at end of file
scripts/amypet_gif.py|126 col 54| W292 no newline at end of file
scripts/amypet_gif.py|126 col 54| W292 no newline at end of file
3a7b5d0
to
ea083c7
Compare
d019cff
to
91082ef
Compare
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
==========================================
- Coverage 58.48% 57.00% -1.49%
==========================================
Files 8 9 +1
Lines 277 300 +23
==========================================
+ Hits 162 171 +9
- Misses 115 129 +14
Continue to review full report at Codecov.
|
1420325
to
6a8eebc
Compare