mirror of
https://github.com/xiaoyaDev/xiaoya-alist.git
synced 2026-08-29 02:20:45 +08:00
39 lines
522 B
TOML
39 lines
522 B
TOML
exclude = [
|
|
".bzr",
|
|
".direnv",
|
|
".eggs",
|
|
".git",
|
|
".git-rewrite",
|
|
".hg",
|
|
".ipynb_checkpoints",
|
|
".mypy_cache",
|
|
".nox",
|
|
".pants.d",
|
|
".pyenv",
|
|
".pytest_cache",
|
|
".pytype",
|
|
".ruff_cache",
|
|
".svn",
|
|
".tox",
|
|
".venv",
|
|
".vscode",
|
|
"__pypackages__",
|
|
"_build",
|
|
"buck-out",
|
|
"build",
|
|
"dist",
|
|
"node_modules",
|
|
"site-packages",
|
|
"venv",
|
|
]
|
|
line-length = 120
|
|
target-version = "py312"
|
|
|
|
[lint]
|
|
select = [
|
|
"F",
|
|
"E",
|
|
"W",
|
|
"UP",
|
|
]
|