Skip to content

Commit

Permalink
Enforce ruff/flake8-pytest-style rules (PT)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 20, 2024
1 parent 9459579 commit 55a4592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@ extend-select = [
"B",
"I",
"NPY",
"PT",
"RET",
"SIM",
"TCH",
"UP",
]
ignore = [
"PT006",
"PT011",
"RET505",
"RET508",
"SIM108",
Expand Down

0 comments on commit 55a4592

Please sign in to comment.