We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e60be commit 792b8f2Copy full SHA for 792b8f2
.github/workflows/reusable-nox.yml
@@ -15,11 +15,11 @@ jobs:
15
# session: name of session
16
# python-versions: comma-separated list of Python versions to install
17
# extra-args (optional): extra arguments to pass to nox session.
18
- - session: "static"
+ - session: static
19
python-versions: "3.12"
20
- - session: "formatters_check"
+ - session: formatters_check
21
22
- - session: "typing"
+ - session: typing
23
24
- session: "spelling"
25
0 commit comments