Skip to content

Commit a4fc88a

Browse files
committed
Fix nox configuration.
1 parent ec89791 commit a4fc88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import nox
2020

2121
nox.options.default_venv_backend = "venv"
22-
nox.options.keywords = "not release"
22+
nox.options.keywords = ["not release"]
2323
nox.options.reuse_existing_virtualenvs = True
2424

2525
PACKAGE_NAME = "akismet"

0 commit comments

Comments
 (0)