1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00
mpv/pyproject.toml
2024-10-06 22:15:08 +02:00

11 lines
156 B
TOML

[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = [
"F", # pyflakes
"E", "W", # pycodestyle
"UP", # pyupgrade
"Q", # flake8-quotes
]