diff options
author | 2019-09-29 18:17:29 +0200 | |
---|---|---|
committer | 2019-09-29 18:17:29 +0200 | |
commit | ed38ec2f79fab4758c1e708bb321dc23930f8fe0 (patch) | |
tree | 7a57dd244ea83ab8facbc0e573aabed6dd3b4dcb /.flake8 | |
parent | Add static images for wiki contributing guides (#266) (diff) | |
parent | Merge branch 'master' into new-managepy (diff) |
Merge pull request #265 from python-discord/new-managepy
Custom `manage.py` Entry Point Script
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 |