File: pyproject.toml

package info (click to toggle)
python-isosurfaces 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 596 kB
  • sloc: python: 600; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tool.black]
target-version = ["py38", "py39", "py310", "py311"]
line-length = 120
include = "isosurfaces/|.*_demo.py"

[tool.isort]
profile = "black"
src_paths = ["isosurfaces"]
line_length = 120