Skip to content

properly use fstring #12

properly use fstring

properly use fstring #12

Triggered via push September 22, 2023 18:55
Status Failure
Total duration 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

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

Annotations

10 errors
Ruff (F841): nxc/modules/ms17-010.py#L401
nxc/modules/ms17-010.py:401:9: F841 Local variable `native_os` is assigned to but never used
Ruff (F841): nxc/modules/ms17-010.py#L422
nxc/modules/ms17-010.py:422:9: F841 Local variable `netbios` is assigned to but never used
Ruff (E722): nxc/modules/ntdsutil.py#L134
nxc/modules/ntdsutil.py:134:17: E722 Do not use bare `except`
Ruff (E722): nxc/modules/rdp.py#L62
nxc/modules/rdp.py:62:13: E722 Do not use bare `except`
Ruff (E722): nxc/modules/rdp.py#L153
nxc/modules/rdp.py:153:9: E722 Do not use bare `except`
Ruff (E722): nxc/modules/rdp.py#L188
nxc/modules/rdp.py:188:9: E722 Do not use bare `except`
Ruff (E722): nxc/modules/reg-query.py#L66
nxc/modules/reg-query.py:66:21: E722 Do not use bare `except`
Ruff (E722): nxc/modules/reg-query.py#L115
nxc/modules/reg-query.py:115:17: E722 Do not use bare `except`
Ruff (E722): nxc/modules/reg-query.py#L138
nxc/modules/reg-query.py:138:17: E722 Do not use bare `except`
Ruff (E722): nxc/modules/reg-query.py#L153
nxc/modules/reg-query.py:153:17: E722 Do not use bare `except`