pyproject.toml 243 Bytes
Newer Older
Dongz's avatar
Dongz committed
1
2
3
4
5
6
7
8
9
10
11
12
[tool.ruff]
exclude = [".git", ".mypy_cache", ".ruff_cache", ".venv", "dist"]
target-version = "py311"
line-length = 200
indent-width = 4
lint.ignore =["F"]


[tool.ruff.format]
line-ending = "lf"
quote-style = "double"
indent-style = "space"