Files
spoolman2/pyproject.toml
Donkie 6fd9662c42 Renamed to Spoolman
Spoolson just didn't sound that good after all
2023-04-02 19:19:15 +02:00

19 lines
417 B
TOML

[project]
name = "Spoolman"
description = "A web service that keeps track of 3D printing spools."
version = "0.1.0"
requires-python = ">=3.9"
readme = "README.md"
license = {text = "AGPL-3.0-only"}
[tool.ruff]
select = ["ALL"]
ignore = ["A003", "D101", "D104", "D407", "S104", "TRY201", "TRY003", "EM101", "EM102"]
line-length = 120
target-version = "py39"
[tool.black]
line-length = 120
target-version = ['py39']