aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-15 00:24:51 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-15 01:19:42 +0100
commitf4a65fc28e223c907ac78b3b31011d2532f93407 (patch)
tree1318ae57414fa28fb339b5b780e0fbe8fadfdbed /.flake8
parentMerge pull request #422 from python-discord/get_rid_of_uwsgi (diff)
Migrate to GH Actions & GH Container Registry
I've migrated site to GitHub Actions and GitHub Container Registry. This also means that coverage results will be pushed to coveralls.io. This commit also removes the pretty useless codeql analysis action.
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index bcd26d9e..a8d6036f 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