Skip to content

Commit 1a68511

Browse files
authored
Update pyproject.toml
1 parent 4defa4d commit 1a68511

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
@@ -163,6 +163,7 @@ combine-as-imports = true
163163
[tool.ruff.lint.per-file-ignores]
164164
"__init__.py" = ["F401"]
165165
"tests/**" = ["S101", "PT011", "PT018"]
166+
".*_test\\.py" = ["S101", "PT011", "PT018"]
166167

167168
[tool.ruff.lint.flake8-2020]
168169
check-tuple-unpacking = false

0 commit comments

Comments
 (0)