diff options
author | 2023-03-02 22:31:26 +0000 | |
---|---|---|
committer | 2023-03-02 22:57:53 +0000 | |
commit | 4aebfae13fe676010c378a86c9ce7ccf982e96bf (patch) | |
tree | 259f2e8426860df23be869b13e0ca918d98ab153 | |
parent | Bump Discord.py to 2.2.2 (diff) |
Don't override the default list of ignored flake8 rules
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ docstring-convention=all import-order-style=pycharm application_import_names=pydis_core,docs,tests exclude=.cache,.venv,.git,constants.py,bot/ -ignore= +extend-ignore= B311,W503,E226,S311,T000,E731 # Missing Docstrings D100,D104,D105,D107, |