summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 4956b85c9e2e348b024d7fd1f26d52a01a6715c3 (plain)
1
2
3
4
5
6
7
8
9
10
[project]
name = "mat"
version = "0.13.3"
readme = "README.md"
requires-python = ">=3.9"

[tool.ruff]
target-version = "py39"
# E501 Line too long
ignore = ["E501", "F401", "E402", "E722"]