File: pyproject.toml

package info (click to toggle)
errands 46.2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,536 kB
  • sloc: python: 5,935; sh: 9; xml: 7; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.ruff]
# Exclude a variety of commonly ignored directories.
exclude = [
    ".git",
    ".ruff_cache",
    ".venv",
    ".vscode",
    "_build",
    "venv",
    ".venv",
]

[tool.ruff.lint]
ignore = ["F821"]

[tool.pyright]
venvPath = "."
venv = ".venv"