Skip to content

Commit

Permalink
STY: Fix pytest-style complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 5, 2023
1 parent 20ca983 commit 20ceede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ extend-select = [
"PIE",
"T20",
"PYI",
# "PT", # pytest-style
"PT", # pytest-style
"Q",
"RSE",
"RET",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


@pytest.mark.parametrize(
"version, expected_next",
("version", "expected_next"),
[
pytest.param(m("22.1.0"), "22.1.0", id="exact"),
pytest.param(
Expand Down

0 comments on commit 20ceede

Please sign in to comment.