summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..0125edf
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,9 @@
1[project]
2name = "mat"
3readme = "README.md"
4requires-python = ">=3.9"
5
6[tool.ruff]
7target-version = "py39"
8# E501 Line too long
9ignore = ["E501", "F401", "E402", "E722"]