aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-01-16 15:39:33 -0800
committerGravatar GitHub <[email protected]>2023-01-16 15:39:33 -0800
commit2eb11387429352edd7fcaea339676a7a92ffb1b2 (patch)
tree52af81246a11b10f8b1280196daabc93954c1086
parentMerge pull request #844 from python-discord/dependabot/github_actions/HassanA... (diff)
parentMerge branch 'main' into ignore-to-extend-ignore (diff)
Merge pull request #841 from python-discord/ignore-to-extend-ignore
-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,