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 32e887f commit c6c1a4dCopy full SHA for c6c1a4d
docs/conf.py
@@ -5,7 +5,7 @@
5
import git_pw
6
7
try:
8
- import sphinx_rtd_theme
+ import sphinx_rtd_theme # noqa
9
has_rtd_theme = True
10
except ImportError:
11
has_rtd_theme = False
tox.ini
@@ -15,7 +15,7 @@ skip_install = true
15
deps =
16
flake8
17
commands =
18
- flake8 {posargs:git_pw tests}
+ flake8 {posargs:git_pw tests docs}
19
20
[testenv:mypy]
21
deps=
0 commit comments