Skip to content

Commit c54ae39

Browse files
committed
chore(ruff): remove deprecated PT004 rule from config
Ruff warned that PT004 has been removed and ignoring it has no effect: "The following rules have been removed and ignoring them has no effect: PT004" This commit cleans up the pyproject.toml accordingly.
1 parent b241ff7 commit c54ae39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ lint.ignore = [
113113
"SIM201", # Use ` != ` instead of `not ==`
114114
"PT015", # Assertion always fails, replace with `pytest.fail()`
115115
"SLF001", # Private member accessed: `_running_loop`
116-
"PT004", # Fixture `gcode` does not return anything, add leading underscore
117116
"ISC003", # Explicitly concatenated string should be implicitly concatenated
118117
"PLR0915", # Too many statements (63 > 50)
119118
"ARG005", # Unused lambda argument

0 commit comments

Comments
 (0)