Skip to content

Commit a0e2b04

Browse files
committed
Ruff ignore PERF for duckdb_packaging
1 parent 61ba166 commit a0e2b04

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@ strict = true
366366
# Ignore boolean positional args in the Spark API
367367
'FBT001'
368368
]
369+
"duckdb_packaging/**.py" = [
370+
# ignore all performance-related rules for duckdb_packaging
371+
'PERF'
372+
]
369373
"tests/**.py" = [
370374
# No need for package, module, class, function, init etc docstrings in tests
371375
'D100', 'D101', 'D102', 'D103', 'D104', 'D105', 'D107',

0 commit comments

Comments
 (0)