Skip to content

Instantly share code, notes, and snippets.

@anthedung
Created August 19, 2019 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthedung/3247cfb018d1c3d7f60e711c3d5fd795 to your computer and use it in GitHub Desktop.
Save anthedung/3247cfb018d1c3d7f60e711c3d5fd795 to your computer and use it in GitHub Desktop.
Python-Formatter
SRC_DIR=src/main/python
isort -rc $SRC_DIR
black $SRC_DIR
mypy --ignore-missing-imports $SRC_DIR
flake8 $SRC_DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment