Skip to content

Commit 313a68f

Browse files
style: auto-format with ruff
1 parent c56c559 commit 313a68f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs_builder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ def build_docs():
3434
dirs = [
3535
d
3636
for d in os.listdir(".")
37-
if os.path.isdir(d)
38-
and d not in {".git", ".github", ".vscode", ".claude", "docs", ".pytest_cache", "tests"}
37+
if os.path.isdir(d) and d not in {".git", ".github", ".vscode", ".claude", "docs", ".pytest_cache", "tests"}
3938
]
4039

4140
for d in sorted(dirs):

0 commit comments

Comments
 (0)