Merge branch 'marshall_cleanup' of https://github.com/Pennyw0rth/NetE… #16
lint.yml
on: push
Lint Python code with ruff
14s
Annotations
10 errors
Ruff (E721):
nxc/modules/wcc.py#L337
nxc/modules/wcc.py:337: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#L288
nxc/protocols/ldap.py:288:13: E722 Do not use bare `except`
|
Ruff (E722):
nxc/protocols/ldap.py#L458
nxc/protocols/ldap.py:458:17: E722 Do not use bare `except`
|
Ruff (E722):
nxc/protocols/ldap.py#L531
nxc/protocols/ldap.py:531: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
|