mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-14 19:29:31 +00:00
Enable flake8 for conf.py
This commit is contained in:
parent
9b2521fd29
commit
d9246b1f60
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
import sphinx_rtd_theme
|
||||
|
||||
from sprockets.mixins import http
|
||||
|
||||
needs_sphinx = '1.0'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue