diff options
author | 2018-09-04 22:06:07 +0200 | |
---|---|---|
committer | 2018-09-04 22:06:07 +0200 | |
commit | e211cbf6dbbe3a28ef1276af69c4f387db52d596 (patch) | |
tree | 8bb441e8528056806e129c5d45b3770bbaa0fd31 /.flake8 | |
parent | Add job tags. (diff) |
Set up GitLab CI properly.
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.flake8 b/.flake8 new file mode 100644 index 00000000..d34064b1 --- /dev/null +++ b/.flake8 @@ -0,0 +1,5 @@ +[flake8] +max-line-length=100 +application_import_names=pysite +exclude=__pycache__, venv, .venv, **/migrations +import-order-style=pycharm |