add ruff formatting info and CI pipeline

This commit is contained in:
yedpodtrzitko
2024-05-01 15:19:20 +08:00
parent 1a7316d54c
commit 1030328420
3 changed files with 14 additions and 1 deletions

2
pyproject.toml Normal file
View File

@@ -0,0 +1,2 @@
[tool.ruff]
exclude = ["main_window.py", "home_ui.py"]