From 6fbf825033fe692b4ce267e1f4e6005deab84a21 Mon Sep 17 00:00:00 2001 From: Diego Ramirez Date: Fri, 13 Oct 2023 14:37:32 -0600 Subject: [PATCH] Formatting fix on the noxfile A quick linting fix. --- noxfile.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index a1b04859..93914d83 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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"""