diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..cac55d3d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.ruff] +exclude = ["*UI.py"] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..af3ee576 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +ruff