Skip to content

Add ability to select path segments using Python re regexprs; follow on to PR#146 & #177 #127

Add ability to select path segments using Python re regexprs; follow on to PR#146 & #177

Add ability to select path segments using Python re regexprs; follow on to PR#146 & #177 #127

Re-run triggered April 15, 2023 18:06
Status Failure
Total duration 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: pull_request
flake8
7s
flake8
generate-hashseed
2s
generate-hashseed
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
flake8: tests/test_various_exts.py#L49
E231 missing whitespace after ','
flake8: tests/test_various_exts.py#L49
E231 missing whitespace after ','
flake8: tests/test_various_exts.py#L51
E231 missing whitespace after ','
flake8: tests/test_various_exts.py#L197
E303 too many blank lines (2)
flake8: tests/test_various_exts.py#L209
E201 whitespace after '('
flake8: tests/test_various_exts.py#L209
E231 missing whitespace after ','
flake8
Process completed with exit code 1.
flake8: tests/test_various_exts.py#L194
W291 trailing whitespace
flake8: tests/test_various_exts.py#L199
F541 f-string is missing placeholders