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.
2 parents 088dea6 + 24974f7 commit ba381e3Copy full SHA for ba381e3
1 file changed
noxfile.py
@@ -8,7 +8,7 @@
8
EXAMPLES_DIR = os.path.join(PROJECT_DIR, "examples/")
9
10
nox.options.default_venv_backend = "none"
11
-nox.options.tags = ["audit", "lint"]
+nox.options.keywords = "ci and not test"
12
13
14
@nox.session(tags=["ci", "lint"])
0 commit comments