diff options
author | 2023-01-16 15:39:33 -0800 | |
---|---|---|
committer | 2023-01-16 15:39:33 -0800 | |
commit | 2eb11387429352edd7fcaea339676a7a92ffb1b2 (patch) | |
tree | 52af81246a11b10f8b1280196daabc93954c1086 | |
parent | Merge pull request #844 from python-discord/dependabot/github_actions/HassanA... (diff) | |
parent | Merge branch 'main' into ignore-to-extend-ignore (diff) |
Merge pull request #841 from python-discord/ignore-to-extend-ignore
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |