Skip to content

clean up wireless module #14

clean up wireless module

clean up wireless module #14

Triggered via push September 22, 2023 19:37
Status Failure
Total duration 20s
Artifacts

lint.yml

on: push
Lint Python code with ruff
10s
Lint Python code with ruff
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E721): nxc/modules/wcc.py#L500
nxc/modules/wcc.py:500:16: E721 Do not compare types, use `isinstance()`
Ruff (F403): nxc/protocols/ftp.py#L4
nxc/protocols/ftp.py:4:1: F403 `from nxc.connection import *` used; unable to detect undefined names
Ruff (F403): nxc/protocols/ldap.py#L37
nxc/protocols/ldap.py:37:1: F403 `from nxc.connection import *` used; unable to detect undefined names
Ruff (E722): nxc/protocols/ldap.py#L287
nxc/protocols/ldap.py:287:13: E722 Do not use bare `except`
Ruff (E722): nxc/protocols/ldap.py#L457
nxc/protocols/ldap.py:457:17: E722 Do not use bare `except`
Ruff (E722): nxc/protocols/ldap.py#L530
nxc/protocols/ldap.py:530:17: E722 Do not use bare `except`
Ruff (E401): nxc/protocols/ldap/bloodhound.py#L1
nxc/protocols/ldap/bloodhound.py:1:1: E401 Multiple imports on one line
Ruff (E722): nxc/protocols/ldap/kerberos.py#L126
nxc/protocols/ldap/kerberos.py:126:9: E722 Do not use bare `except`
Ruff (E722): nxc/protocols/ldap/kerberos.py#L246
nxc/protocols/ldap/kerberos.py:246:9: E722 Do not use bare `except`
Ruff (F403): nxc/protocols/mssql.py#L7
nxc/protocols/mssql.py:7:1: F403 `from nxc.connection import *` used; unable to detect undefined names