aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index e665771f..bd375f78 100644
--- a/.flake8
+++ b/.flake8
@@ -4,7 +4,7 @@ docstring-convention=all
import-order-style=pycharm
application_import_names=pydis_site
exclude=__pycache__, venv, .venv, **/migrations/**, .cache/, gunicorn.conf.py
-ignore=
+extend-ignore=
B311,W503,E226,S311,T000
# Missing Docstrings
D100,D104,D105,D107,