-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pylint linter complained again #94
Closed
2 tasks done
Labels
enhancement
New feature or request
Linter
Any linter tool or setting file enhancements
Python Lang
Changes to Python source code
Milestone
Comments
reactive-firewall
added
enhancement
New feature or request
Linter
Any linter tool or setting file enhancements
Python Lang
Changes to Python source code
labels
Sep 12, 2024
ℹ️ The |
reactive-firewall
added a commit
that referenced
this issue
Sep 12, 2024
### ChangeLog: Changes in file multicast/__main__.py: class McastRecvHearDispatch(mtool): def NoOp(*args, **kwargs): def setupArgs(cls, parser): Changes in file multicast/hear.py: class McastHEAR(multicast.mtool): Changes in file multicast/recv.py: def _hearstep(self, groups, port, iface=None, bind_group=None): Changes in file multicast/send.py: def _sayStep(self, group, port, data):
reactive-firewall
added a commit
that referenced
this issue
Sep 13, 2024
### ChangeLog: Changes in file .coveragerc: exclude_lines = Changes in file multicast/__init__.py: Unknown Changes Changes in file multicast/__main__.py: def useTool(self, tool, **kwargs): Changes in file multicast/hear.py: Unknown Changes Changes in file multicast/recv.py: Unknown Changes Changes in file multicast/send.py: def _sayStep(self, group, port, data): Changes in file multicast/skt.py: Unknown Changes Changes in file tests/context.py: Unknown Changes Changes in file tests/test_usage.py: def test_aborts_WHEN_calling_multicast_GIVEN_invalid_tools(self):
reactive-firewall
added a commit
that referenced
this issue
Sep 13, 2024
### ChangeLog: Changes in file tests/context.py: def checkPythonCommand(args, stderr=None): def timePythonCommand(args=[None], stderr=None):
reactive-firewall
added a commit
that referenced
this issue
Sep 13, 2024
### ChangeLog: Changes in file multicast/send.py: def setupArgs(cls, parser):
reactive-firewall
added a commit
that referenced
this issue
Sep 13, 2024
…mance (- WIP #94 -) ### ChangeLog: Changes in file multicast/__init__.py: Unknown Changes Changes in file multicast/__main__.py: class McastDispatch(mtool): class McastNope(mtool): def setupArgs(cls, parser): Changes in file multicast/recv.py: def _hearstep(self, groups, port, iface=None, bind_group=None): def setupArgs(cls, parser): Changes in file tests/MulticastUDPClient.py: Unknown Changes
Merged
reactive-firewall
added a commit
that referenced
this issue
Sep 13, 2024
### ChangeLog: Changes in file multicast/__main__.py: Unknown Changes Changes in file multicast/hear.py: Unknown Changes Changes in file multicast/recv.py: Unknown Changes Changes in file multicast/send.py: Unknown Changes Changes in file multicast/skt.py: Unknown Changes
reactive-firewall
added a commit
that referenced
this issue
Sep 13, 2024
* from PR #97 (HOTFIX-deps-style-update): [DOCUMENTATION] minor update for 'build' module license details (- WIP #96 & #80 -) [DOCUMENTATION] minor update for flake8 license details (- WIP #96 & #80 -) [DOCUMENTATION] minor update for tox license details (- WIP #96 & #80 -) * from PR #95 (pylint-linter-fixes): Update multicast/__main__.py as suggested [PATCH] Suppress pylint by fix or rule but suppress (- WIP #94 -) [STYLE] Minor updates to internal module structures to improve performance (- WIP #94 -) [STYLE] Minor updates to _sayStep core function (- WIP #94 -) [STYLE] possible fix for PYL-R0123 (- WIP #94 -) [STYLE] Suppress pylint by fix or rule but suppress (- WIP #94 -) [STYLE] attempt to improve code quality (- WIP #94 -)
Merged
reactive-firewall
added a commit
that referenced
this issue
Sep 25, 2024
…overlooking its own config (- WIP #94 -) Changes in file multicast/__init__.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file multicast/__main__.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file multicast/hear.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file multicast/recv.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file multicast/send.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file tests/MulticastUDPClient.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file tests/__init__.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file tests/check_cc_lines: - workaround for over zelous skip reporting when only skips, ignores, and-or passes for previous checked files. Changes in file tests/context.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file tests/profiling.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file tests/test_basic.py: - added more skipcq to muzzle false positives from deepsource 🙉 Changes in file tests/test_usage.py: - added more skipcq to muzzle false positives from deepsource 🙉
reactive-firewall
added a commit
that referenced
this issue
Sep 25, 2024
Changes in file multicast/hear.py: - also added some trivial doctests (- WIP #79 -)
reactive-firewall
added a commit
that referenced
this issue
Sep 25, 2024
…#118 -) Changes in file .github/workflows/Tests.yml: - cleaning up some regressions (- PR #118 -) Changes in file multicast/hear.py: - more workarounds for deepsource defective config Changes in file multicast/recv.py: - more workarounds for deepsource defective config Changes in file multicast/send.py: - more workarounds for deepsource defective config Changes in file tests/MulticastUDPClient.py: - more workarounds for deepsource defective config
6 tasks
Possible fix
|
reactive-firewall
added a commit
that referenced
this issue
Sep 25, 2024
… -) Changes in file multicast/hear.py: - possible workaround added Changes in file multicast/recv.py: - possible workaround added Changes in file tests/test_usage.py: - possible workaround added
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
Linter
Any linter tool or setting file enhancements
Python Lang
Changes to Python source code
PYL-C0201
Deepsource linter found PYL-C0201:
Basic Info
multicast
version:Additional Information:
The text was updated successfully, but these errors were encountered: