Skip to content

Fix SyntaxError and NameError in Python 3 exception handling and annotations #18276

Fix SyntaxError and NameError in Python 3 exception handling and annotations

Fix SyntaxError and NameError in Python 3 exception handling and annotations #18276

Triggered via pull request June 25, 2026 06:06
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
ruff (PGH004): web_programming/instagram_crawler.py#L56
web_programming/instagram_crawler.py:56:59: PGH004 Use specific rule codes when using `noqa`
ruff (RUF100): web_programming/instagram_crawler.py#L56
web_programming/instagram_crawler.py:56:59: 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:44: 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:44: 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