Skip to content

Commit

Permalink
Formatting fix on the noxfile
Browse files Browse the repository at this point in the history
A quick linting fix.
  • Loading branch information
DiddiLeija authored Oct 13, 2023
1 parent f46cc56 commit 6fbf825
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,17 @@ def _check_python_version(session: nox.Session) -> None:


@nox.session(
python=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9"]
python=[
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
"3.12",
"pypy3.7",
"pypy3.8",
"pypy3.9",
]
)
def github_actions_default_tests(session: nox.Session) -> None:
"""Check default versions installed by the nox GHA Action"""
Expand Down

0 comments on commit 6fbf825

Please sign in to comment.