You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes this is true today I have made a PR adding another script and there is no error in my script in linting but due to already existing scripts linting issue the linker check is failed.
Describe the bug
Flake 8 lint warning from
pdf_watermarkadder
andvideo_cropper
.pdf_watermarkadder
: missing whitespace after ',' on line 26 of main.py.video_cropper
: Didn't use isinstance() for checking if an object is an instance of a class or typeTo Reproduce
Steps to reproduce the behavior:
pip install flake8
pdf_watermarkadder
(orvideo_cropper
) folderflake8 main.py
(if you are invideo_cropper
,flake8 video_cropper.py
)Expected behavior
My pull request should pass flake8 lint check.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The text was updated successfully, but these errors were encountered: