File: pyproject.toml

package info (click to toggle)
ironic-python-agent 10.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,412 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (14 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
build-backend = "pbr.build"

[tool.ruff]
line-length = 79

[tool.ruff.lint]
select = [
    "E",        # pycodestyle (error)
    "F",        # pyflakes
    "G",        # flake8-logging-format
    "LOG",      # flake8-logging
]