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 dfb573a commit 4538ef1Copy full SHA for 4538ef1
pyproject.toml
@@ -36,6 +36,10 @@ dependencies = [
36
"stevedore",
37
]
38
39
+[project.optional-dependencies]
40
+linter = [
41
+ "flake8",
42
+]
43
# https://github.com/pypa/setuptools_scm/
44
[tool.setuptools_scm]
45
write_to = "virtualenvwrapper/version.py"
tox.ini
@@ -20,7 +20,7 @@ setenv =
20
FAIL_FAST = true
21
22
[testenv:style]
23
-deps = flake8
+deps = .[linter]
24
commands = flake8 virtualenvwrapper docs/source/conf.py
25
26
[testenv:zsh]
0 commit comments