Skip to content

Commit a3a271c

Browse files
committed
ruff conf: exclude pyi from linting
1 parent 3a9043d commit a3a271c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ fixable = ["ALL"]
320320
exclude = ['external/duckdb']
321321

322322
[tool.ruff.lint]
323+
exclude = ['*.pyi']
323324
select = [
324325
"ANN", # flake8-annotations
325326
"B", # flake8-bugbear

0 commit comments

Comments
 (0)