diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..f2d3b6a930ac9681f351e0f0279f531334e1aed2 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,11 @@ + +[project] +name = "Path Filter" +version = "" +description = "Path of Exile item filter generator" +readme = "readme.md" + + +[tool.black] +line-length = 120 +skip-string-normalization = 1