Skip to content

Commit 01dbd16

Browse files
CarliJoyalexanderankin
authored andcommitted
fix(ruff): add **/*_example.py to per-file-ignores for T201
1 parent 237be27 commit 01dbd16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ ignore = [
254254

255255
[tool.ruff.lint.per-file-ignores]
256256
"**/example_*.py" = ["T201"]
257+
"**/*_example.py" = ["T201"]
257258
"**/examples/*.py" = ["T201"]
258259

259260
[tool.ruff.lint.pyupgrade]

0 commit comments

Comments
 (0)