File: pyproject.toml

package info (click to toggle)
python-pytest-subtests 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 176 kB
  • sloc: python: 713; sh: 6; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = [
  "setuptools",
  "setuptools-scm[toml]>=6.2.3",
]
build-backend = "setuptools.build_meta"

[tool.mypy]
disallow_untyped_defs = true
warn_unreachable = true
warn_unused_configs = true
warn_unused_ignores = true

[tool.setuptools_scm]