Files
iptv-manager-service/pyproject.toml
Stefano e46f13930d
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m5s
Added ruff linter and formatter
2025-05-28 20:50:10 -05:00

16 lines
279 B
TOML

[tool.ruff]
line-length = 88
select = [
"E", # pycodestyle errors
"F", # pyflakes
"I", # isort
"UP", # pyupgrade
"W", # pycodestyle warnings
]
ignore = []
[tool.ruff.isort]
known-first-party = ["app"]
[tool.ruff.format]
docstring-code-format = true