Skip to content

Commit 7a135e2

Browse files
authored
Add PIE790 rule for unnecessary placeholder
1 parent 847a32e commit 7a135e2

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
@@ -42,6 +42,7 @@ ignore = [
4242
"DTZ006", # No timezone specified
4343
"PTH", # Use Path instead of os.path -> maybe soon
4444
"N818", # exception naming convention
45+
"PIE790", # Unnecessary placeholder (pass or ...)
4546
]
4647

4748
[tool.ruff.format]

0 commit comments

Comments
 (0)