aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-10-05 17:47:26 +0200
committerGravatar Leon Sandøy <[email protected]>2019-10-05 17:47:26 +0200
commit7dee86fe63b7e9d80ee3694724b5a0f04e4c4860 (patch)
tree267e8381c7c255de2fbc7716d511e3fd66044bfe
parentMake the homepage paragraphier. (diff)
parentMerge branch 'master' into tizzysaurus_landing_page_text (diff)
Merge branch 'tizzysaurus_landing_page_text' of github.com:python-discord/site 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