Skip to content

Instantly share code, notes, and snippets.

@erwan-lemonnier
Created October 18, 2021 15:03
Show Gist options
  • Save erwan-lemonnier/cda451f81c1adace66069b165bf071c1 to your computer and use it in GitHub Desktop.
Save erwan-lemonnier/cda451f81c1adace66069b165bf071c1 to your computer and use it in GitHub Desktop.
#!/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