Skip to content

Commit

Permalink
Update flake8-pytest-style (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov authored Aug 12, 2024
1 parent ff887a3 commit 819677e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ binaryornot = "^0.4"
tomli = "^2.0"

wemake-python-styleguide = "^0.19"
flake8-pytest-style = "^1.6"
flake8-pytest-style = "^2.0"
nitpick = "^0.35"

pytest = "^8.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest


@pytest.fixture()
@pytest.fixture
def context():
"""Creates default prompt values."""
return {
Expand Down

0 comments on commit 819677e

Please sign in to comment.