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

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