Skip to content

Commit af73f3a

Browse files
committed
[ruff] Fix config.
1 parent 407c284 commit af73f3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ select = [
122122
extend-ignore = [
123123
"PLR", # Design related pylint codes
124124
"E501", # Line too long
125-
"PT004", # Use underscore for non-returning fixture (use usefixture instead)
126125
# RUF005 should be disabled when using numpy, see
127126
# https://github.com/charliermarsh/ruff/issues/2142:
128127
"RUF005",

0 commit comments

Comments
 (0)