Skip to content

Commit 792b8f2

Browse files
committed
Finish fixing up removal of quotes
1 parent e3e60be commit 792b8f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-nox.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
# session: name of session
1616
# python-versions: comma-separated list of Python versions to install
1717
# extra-args (optional): extra arguments to pass to nox session.
18-
- session: "static"
18+
- session: static
1919
python-versions: "3.12"
20-
- session: "formatters_check"
20+
- session: formatters_check
2121
python-versions: "3.12"
22-
- session: "typing"
22+
- session: typing
2323
python-versions: "3.12"
2424
- session: "spelling"
2525
python-versions: "3.12"

0 commit comments

Comments
 (0)