Skip to content

support reading Argparse instances inside classes #32

support reading Argparse instances inside classes

support reading Argparse instances inside classes #32

Triggered via pull request July 31, 2024 18:45
Status Failure
Total duration 33s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (PERF203): sphinxarg/ext.py#L496
sphinxarg/ext.py:496:13: PERF203 `try`-`except` within a loop incurs performance overhead
Ruff (N999): test/sample-inside-class.py#L1
test/sample-inside-class.py:1:1: N999 Invalid module name: 'sample-inside-class'
Ruff (I001): test/sample-inside-class.py#L1
test/sample-inside-class.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E302): test/sample-inside-class.py#L6
test/sample-inside-class.py:6:1: E302 Expected 2 blank lines, found 1
Ruff (E303): test/sample-inside-class.py#L13
test/sample-inside-class.py:13:5: E303 Too many blank lines (2)
Ruff (E501): test/test_default_html.py#L104
test/test_default_html.py:104:96: E501 Line too long (96 > 95)
Ruff (E501): test/test_default_html.py#L105
test/test_default_html.py:105:96: E501 Line too long (104 > 95)
Ruff (E501): test/test_default_html.py#L110
test/test_default_html.py:110:96: E501 Line too long (104 > 95)
Ruff (E501): test/test_default_html.py#L111
test/test_default_html.py:111:96: E501 Line too long (108 > 95)
Ruff (E501): test/test_default_html.py#L113
test/test_default_html.py:113:96: E501 Line too long (100 > 95)