Enable flake8 for conf.py

This commit is contained in:
Gavin M. Roy 2019-04-01 16:59:28 -04:00
parent 9b2521fd29
commit d9246b1f60
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python
import sphinx_rtd_theme
from sprockets.mixins import http
needs_sphinx = '1.0'

View file

@ -3,7 +3,7 @@ universal = 1
[flake8]
application-import-names=sprockets.mixins.http
exclude=build,docs,env
exclude=build,env
ignore=RST304
import-order-style=google