aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-10-05 09:22:45 +0200
committerGravatar GitHub <[email protected]>2019-10-05 09:22:45 +0200
commit4c18a630ddda12c2cb2c86061b78b9436b5eb309 (patch)
treebd29fa1cf3af4ef660ff19c44c6a399fe99f1742
parentAddress code review from Scragly and Mark. (diff)
parentMerge pull request #275 from python-discord/flake8-exclude-fix (diff)
Merge branch 'master' into tizzysaurus_landing_page_text
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 699d9650..1598f17c 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, **/migrations
+exclude=__pycache__, venv, .venv, **/migrations/**
ignore=
B311,W503,E226,S311,T000
# Missing Docstrings