| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
zeroconf/__init__.py:1982:12: R1704: Redefining argument with the local name 'record' (redefined-argument-from-local) That looks concerning Need to see if its an actual bug |
Sorry, something went wrong.
|
Almost there zeroconf/__init__.py:555:4: R0201: Method could be a function (no-self-use) zeroconf/__init__.py:911:0: R0904: Too many public methods (22/20) (too-many-public-methods) zeroconf/__init__.py:1789:17: W0212: Access to a protected member _handlers_lock of a client class (protected-access) zeroconf/__init__.py:2298:0: R0912: Too many branches (14/12) (too-many-branches) zeroconf/__init__.py:2380:23: E1101: Module 'errno' has no 'WSAEINVAL' member (no-member) zeroconf/__init__.py:2769:4: R0201: Method could be a function (no-self-use) zeroconf/__init__.py:2776:4: R0201: Method could be a function (no-self-use) zeroconf/__init__.py:3041:28: E1101: Instance of 'Exception' has no 'errno' member (no-member) zeroconf/__init__.py:2576:0: R0904: Too many public methods (25/20) (too-many-public-methods) |
Sorry, something went wrong.
|
Only thing left is zeroconf/__init__.py:3043:28: E1101: Instance of 'Exception' has no 'errno' member (no-member) |
Sorry, something went wrong.
- Disable dupe code check since asyncio will always have some dupes - Add pylint to requirements
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
- Coverage 95.46% 95.43% -0.04%
==========================================
Files 4 4
Lines 3261 3261
Branches 406 406
==========================================
- Hits 3113 3112 -1
Misses 89 89
- Partials 59 60 +1
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Disable dupe code check since asyncio will always have some dupes
Add pylint to requirements