Created
October 18, 2021 15:03
-
-
Save erwan-lemonnier/cda451f81c1adace66069b165bf071c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
flake8 --ignore=E221,E701,E202,E501,E302,E301 $@ | |
# Return true | |
true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment