Files
QDarkStyleSheet/ruff.toml
T
Daniel Cosmo Pizetta bce87bf816 Add ruff config
2023-10-25 16:02:20 -03:00

28 lines
456 B
TOML

ignore = ["D107", "D202", "D203", "D213", "D406", "D407", "D413"]
exclude = [
".bzr",
".direnv",
".eggs",
".git",
".git-rewrite",
".hg",
".mypy_cache",
".nox",
".pants.d",
".pytype",
".ruff_cache",
".svn",
".tox",
".venv",
"__pypackages__",
"_build",
"buck-out",
"build",
"dist",
"node_modules",
"venv",
]
respect-gitignore = true
line-length = 79
target-version = "py38"