Skip to content

Commit 0bd4a35

Browse files
Exclude generated files from ruff formatting
1 parent 9d4a85e commit 0bd4a35

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ packages = ["rencom"]
9090
target-version = "py310"
9191
line-length = 100
9292

93+
[tool.ruff.format]
94+
exclude = ["rencom/_generated/**"]
95+
9396
[tool.ruff.lint]
9497
select = [
9598
"E", # pycodestyle errors

0 commit comments

Comments
 (0)