Skip to content

Commit ddbc346

Browse files
authored
Update ruff-base.toml to exclude "build" dir (#1497)
1 parent 99dcc30 commit ddbc346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/ruff-base.toml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ lint.ignore = [
4545

4646
extend-exclude = [
4747
"docs",
48+
"build",
4849
]
4950

5051
[lint.pycodestyle]

0 commit comments

Comments
 (0)