1
0
mirror of synced 2024-06-04 13:27:48 +02:00
mat2/pyproject.toml
2023-08-02 21:21:44 +02:00

11 lines
190 B
TOML

[project]
name = "mat2"
version = "0.13.4"
readme = "README.md"
requires-python = ">=3.9"
[tool.ruff]
target-version = "py39"
# E501 Line too long
ignore = ["E501", "F401", "E402", "E722"]