Skip to content
Snippets Groups Projects
Commit d09aa0d4 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-653: fix F822

parent cf895ecd
Branches
Tags
1 merge request!318Resolve L2SS-770 "Fix pyflakes linting errors"
......@@ -9,7 +9,7 @@ from tangostationcontrol.clients.comms_client import AsyncCommClient
import logging
logger = logging.getLogger()
__all__ = ["OPCUAConnection", "event_loop"]
__all__ = ["OPCUAConnection", "ProtocolAttribute"]
numpy_to_OPCua_dict = {
numpy.bool_: asyncua.ua.VariantType.Boolean,
......
......@@ -7,7 +7,7 @@ from statistics_writer.udp_dev import udp_server as udp
import netifaces as ni
from packet import SSTPacket
__all__ = ["statistics_writer"]
__all__ = ["Statistics_Writer"]
class Statistics_Writer:
......
......@@ -78,5 +78,5 @@ commands =
[flake8]
filename = *.py,.stestr.conf,.txt
#ignore = E501, W291, W293, W391, E201, E201, E202, E203, E221, E222, E225, E226, E231, E241, E251, E252, E261, E301, E302, E303, E305, E306, E401, E402, F403,
select = W292,B601,B602,T100,M001,F401,B001,B002,B003,B004,B005,B006,B007,B008,B009,B010,B011,B012,B013,B014.B015,B016,B017,B018, F401, F402, F403, F404, F405, F811, F812, F821
select = W292,B601,B602,T100,M001,F401,B001,B002,B003,B004,B005,B006,B007,B008,B009,B010,B011,B012,B013,B014.B015,B016,B017,B018, F401, F402, F403, F404, F405, F811, F812, F821, F822
exclude=.tox,.egg-info,libhdbpp-python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment