File: pyproject.toml

package info (click to toggle)
pywps 4.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,016 kB
  • sloc: python: 8,846; xml: 723; makefile: 106
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.ruff]
lint.select = ["E", "W", "F", "C90"]   # Flake8-equivalent rule families
lint.ignore = ["F401", "E402", "C901"]

line-length = 120
exclude = ["tests"]