aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-09-29 18:17:29 +0200
committerGravatar GitHub <[email protected]>2019-09-29 18:17:29 +0200
commited38ec2f79fab4758c1e708bb321dc23930f8fe0 (patch)
tree7a57dd244ea83ab8facbc0e573aabed6dd3b4dcb /.flake8
parentAdd static images for wiki contributing guides (#266) (diff)
parentMerge 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--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index e36c2eb1..699d9650 100644
--- a/.flake8
+++ b/.flake8
@@ -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