Skip to content
Snippets Groups Projects
Unverified Commit 84e2a616 authored by Udai Singh's avatar Udai Singh
Browse files

fixed flake

parent 122f240b
No related branches found
No related tags found
No related merge requests found
Pipeline #150134 failed
# .flake8
[flake8]
ignore = E501
max-line-length = 120 # Optional
......@@ -85,7 +85,7 @@ def parse_args(args):
dest="redis_host",
default="localhost",
help="redis host for bliss data",
)
)
parser.add_argument(
"--redis-port",
......
import pytest
# import pytest
from bluesky_blissdata.run import main
# from bluesky_blissdata.run import main
__author__ = "Udai Singh"
__copyright__ = "Udai Singh"
......
......@@ -61,8 +61,8 @@ description = Run flake8 linting
deps =
flake8
commands =
flake8 {posargs:.}
flake8 {posargs:.} --ignore "E501"
[testenv:{docs,doctests,linkcheck}]
description =
docs: Invoke sphinx-build to build the docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment