aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-15 01:35:34 +0100
committerGravatar GitHub <[email protected]>2020-11-15 01:35:34 +0100
commit90edf5f0e5a06a6b37e9b80e1695fde521d638d4 (patch)
tree0206bad8a3a0a50337840d2686c42f5a8cba3a45 /.flake8
parentMerge pull request #422 from python-discord/get_rid_of_uwsgi (diff)
parentMake the value of the CI env var 'True' (diff)
Merge pull request #423 from python-discord/sebastiaan/backend/move-ci-to-gha
Migrate to GH Actions & GH Container Registry
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index bcd26d9e..6690af3e 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/**, .cache/
ignore=
B311,W503,E226,S311,T000
# Missing Docstrings