Fix SyntaxError and NameError in Python 3 exception handling and annotations #18277
Annotations
7 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (PGH004):
web_programming/instagram_crawler.py#L56
web_programming/instagram_crawler.py:56:57: PGH004 Use specific rule codes when using `noqa`
|
|
ruff (RUF100):
web_programming/instagram_crawler.py#L56
web_programming/instagram_crawler.py:56:57: RUF100 Unused blanket `noqa` directive
help: Remove unused `noqa` directive
|
|
ruff (PGH004):
web_programming/fetch_well_rx_price.py#L70
web_programming/fetch_well_rx_price.py:70:42: PGH004 Use specific rule codes when using `noqa`
|
|
ruff (RUF100):
web_programming/fetch_well_rx_price.py#L70
web_programming/fetch_well_rx_price.py:70:42: RUF100 Unused blanket `noqa` directive
help: Remove unused `noqa` directive
|
|
ruff (PGH004):
maths/matrix_exponentiation.py#L3
maths/matrix_exponentiation.py:3:37: PGH004 Use specific rule codes when using `noqa`
|
|
ruff (RUF100):
maths/matrix_exponentiation.py#L3
maths/matrix_exponentiation.py:3:37: RUF100 Unused blanket `noqa` directive
help: Remove unused `noqa` directive
|