mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-28 19:16:16 +00:00
Submitted to PyLints needs :3
This commit is contained in:
parent
4cfcd178f1
commit
7ed3b455dd
12 changed files with 509 additions and 460 deletions
|
@ -24,3 +24,9 @@ SQLAlchemy = "^2.0.3"
|
|||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue