mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-28 19:16:16 +00:00
Smelly smelly styling
This commit is contained in:
parent
4e7301b9de
commit
ef27955414
9 changed files with 32 additions and 63 deletions
|
@ -28,6 +28,5 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.pylint.messages_control]
|
||||
# C0415: Flask uses it to register blueprints
|
||||
# W1401: Anomalous backslash in string used in __init__
|
||||
# W0718: Exception are logged so we don't need to raise them
|
||||
disable = "C0415, W1401, W0718"
|
||||
disable = "C0415, W0718"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue