Skip to content

Commit 4aebfae

Browse files
committed
Don't override the default list of ignored flake8 rules
1 parent fff9d1a commit 4aebfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docstring-convention=all
44
import-order-style=pycharm
55
application_import_names=pydis_core,docs,tests
66
exclude=.cache,.venv,.git,constants.py,bot/
7-
ignore=
7+
extend-ignore=
88
B311,W503,E226,S311,T000,E731
99
# Missing Docstrings
1010
D100,D104,D105,D107,

0 commit comments

Comments
 (0)