Skip to content

Commit 03d3c30

Browse files
build: fix pyproject.toml per-file-ignores glob for tests
1 parent f8587c2 commit 03d3c30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ignore = [
141141
]
142142

143143
[tool.ruff.lint.per-file-ignores]
144-
"tests/*" = [
144+
"tests/**/*.py" = [
145145
"S101", # Use of assert detected
146146
"S105", # Use of hardcoded password string
147147
"S106", # Use of hardcoded password function args

0 commit comments

Comments
 (0)