Skip to content

Commit

Permalink
Disable ruff/flake8-pytest-style rule PT004
Browse files Browse the repository at this point in the history
It has been deprecated in ruff.
  • Loading branch information
DimitriPapadopoulos committed Sep 27, 2024
1 parent 51bdba8 commit 1ec0c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ extend-select = [
ignore = [
"B028",
"PT006",
"PT004", # deprecated
"PT011",
"RET505",
"RET508",
Expand Down

0 comments on commit 1ec0c45

Please sign in to comment.