Skip to content

Commit da4711c

Browse files
committed
Exclude test gen dirs
1 parent a270ad8 commit da4711c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dev = [
109109
line-length = 150
110110
target-version = "py39"
111111
indent-width = 4
112-
112+
exclude = ["test/gen"]
113113
[tool.ruff.format]
114114
# Like Black, use double quotes for strings.
115115
quote-style = "double"

0 commit comments

Comments
 (0)