Skip to content

Commit

Permalink
Merge pull request #554 from lona-web-org/dependabot/pip/flake8-pytes…
Browse files Browse the repository at this point in the history
…t-style-2.0.0

build: Bump flake8-pytest-style from 1.7.2 to 2.0.0
  • Loading branch information
fscherf committed Jun 16, 2024
2 parents cb5f010 + 0cafbc1 commit e231b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lona/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _debug_interactive():
return self.event_loop.run_in_executor(None, _debug_interactive)


@pytest.fixture()
@pytest.fixture
def lona_app_context(request, aiohttp_client, event_loop, pytestconfig):
async def setup_lona_app_context(
setup_app: Callable[[App], None],
Expand Down Expand Up @@ -149,7 +149,7 @@ async def setup_aiohttp_app() -> Application:
Channel._clear_state()


@pytest.fixture()
@pytest.fixture
def lona_project_context(request, aiohttp_client, event_loop, pytestconfig):
async def setup_lona_project_context(
project_root: str = '',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lint = [
"flake8-logging-format==2024.24.12",
"flake8-mutable==1.2.0",
"flake8-noqa==1.4.0",
"flake8-pytest-style==1.7.2",
"flake8-pytest-style==2.0.0",
"flake8-quotes==3.4.0",
"flake8-use-fstring==1.4",
"mypy==1.10.0",
Expand Down

0 comments on commit e231b5f

Please sign in to comment.