Skip to content

Commit f3bc69c

Browse files
committed
chore: Exclude submodule from ruff
1 parent f85c116 commit f3bc69c

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
@@ -140,6 +140,9 @@ exclude_lines = [
140140

141141
[tool.ruff]
142142
line-length = 99
143+
extend-exclude = [
144+
"docs/notebooks",
145+
]
143146

144147
[tool.ruff.lint]
145148
extend-select = [

0 commit comments

Comments
 (0)