Skip to content

Commit 8745a10

Browse files
committed
exclude duckdb from ruff
1 parent 4800a03 commit 8745a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ docs = { workspace = true }
4040

4141
[tool.ruff]
4242
line-length = 120
43-
extend-exclude = [".venv"]
43+
extend-exclude = [".venv", "duckdb-vortex/**"]
4444

4545
[tool.ruff.lint]
4646
select = ["F", "E", "W", "UP", "I"]

0 commit comments

Comments
 (0)