diff options
author | 2019-09-28 06:20:07 +1000 | |
---|---|---|
committer | 2019-09-28 06:20:07 +1000 | |
commit | 4769c8b5e3ba70301b1123c5750429b2092b01b1 (patch) | |
tree | 172f46a1b495a3b6948e183165a3e623b1462380 /.flake8 | |
parent | Ensure docker containers are published only for master branch bu… (#264) (diff) |
Create custom manage.py entry point, remove scripts and merge Dockerfile.
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ max-line-length=100 docstring-convention=all import-order-style=pycharm application_import_names=pydis_site -exclude=__pycache__, venv, .venv, manage.py, **/migrations +exclude=__pycache__, venv, .venv, **/migrations ignore= B311,W503,E226,S311,T000 # Missing Docstrings |