File: pyproject.toml

package info (click to toggle)
python-os-client-config 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 516 kB
  • sloc: python: 2,314; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tool.ruff]
line-length = 79
target-version = "py310"

[tool.ruff.format]
quote-style = "preserve"
docstring-code-format = true

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "S", "U"]

[tool.ruff.lint.per-file-ignores]
"os_client_config/tests/*" = ["S"]
"tools/*" = ["S"]