Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
1577a808
Commit
1577a808
authored
2 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-983
: Fix unrelated linting errors
parent
dbf32ef3
No related branches found
No related tags found
1 merge request
!469
L2SS-983: Deployment through environments and ansible
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tangostationcontrol/tangostationcontrol/clients/comms_client.py
+2
-2
2 additions, 2 deletions
...tationcontrol/tangostationcontrol/clients/comms_client.py
tangostationcontrol/tox.ini
+1
-1
1 addition, 1 deletion
tangostationcontrol/tox.ini
with
3 additions
and
3 deletions
tangostationcontrol/tangostationcontrol/clients/comms_client.py
+
2
−
2
View file @
1577a808
...
@@ -15,12 +15,12 @@ class AbstractCommClient(ABC):
...
@@ -15,12 +15,12 @@ class AbstractCommClient(ABC):
def
stop
(
self
):
def
stop
(
self
):
"""
Stop communication with the client.
"""
"""
Stop communication with the client.
"""
def
ping
(
self
):
# noqa: B027
@abstractmethod
def
ping
(
self
):
"""
Check whether the connection is still alive.
"""
Check whether the connection is still alive.
Clients that override this method must raise an Exception if the
Clients that override this method must raise an Exception if the
connection died.
"""
connection died.
"""
pass
@abstractmethod
@abstractmethod
def
setup_attribute
(
self
,
annotation
,
attribute
):
def
setup_attribute
(
self
,
annotation
,
attribute
):
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/tox.ini
+
1
−
1
View file @
1577a808
...
@@ -118,4 +118,4 @@ commands =
...
@@ -118,4 +118,4 @@ commands =
[flake8]
[flake8]
filename
=
*.py,.stestr.conf,.txt
filename
=
*.py,.stestr.conf,.txt
ignore
=
B014, B019, W291, W293, W391, E111, E114, E121, E122, E123, E124, E126, E127, E128, E131, E201, E201, E202, E203, E221, E222, E225, E226, E231, E241, E251, E252, E261, E262, E265, E271, E301, E302, E303, E305, E306, E401, E402, E501, E502, E701, E712, E721, E731, F403, F523, F541, F841, H301, H306, H401, H403, H404, H405, W503
ignore
=
B014, B019, W291, W293, W391, E111, E114, E121, E122, E123, E124, E126, E127, E128, E131, E201, E201, E202, E203, E221, E222, E225, E226, E231, E241, E251, E252, E261, E262, E265, E271, E301, E302, E303, E305, E306, E401, E402, E501, E502, E701, E712, E721, E731, F403, F523, F541, F841, H301, H306, H401, H403, H404, H405, W503
exclude
=
.tox,.egg-info,libhdbpp-python, SNMP_mib_loading
exclude
=
.tox,
build,
.egg-info,libhdbpp-python, SNMP_mib_loading
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment