[project] name = "watcher-visio" version = "0.1.0" description = "Watcher Visio dashboard" readme = "README.md" requires-python = ">=3.12" [tool.ruff] line-length = 100 target-version = "py312" src = ["dashboard", "watcher_visio"] [tool.ruff.lint] select = ["E", "F", "I", "N", "W"] ignore = []