Skip to content

Commit 5513b4e

Browse files
Exclude generated main_window_ui.py from ruff
The pyuic6-generated UI module is regenerated from main_window.ui and is not meant to be hand-formatted, so exclude it from ruff format/check, matching the existing how-to-indent sample_code.py exclude. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8a86f8a commit 5513b4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ exclude = [
55
".devcontainers",
66
".github",
77
"migrations",
8-
"how-to-indent-in-python/sample_code.py"
8+
"how-to-indent-in-python/sample_code.py",
9+
"qt-designer-python/sample_editor/main_window_ui.py"
910
]
1011

1112
[tool.ruff.lint]

0 commit comments

Comments
 (0)