Skip to content

feat: allow wildcards in StrCat list indexing #1533

feat: allow wildcards in StrCat list indexing

feat: allow wildcards in StrCat list indexing #1533

Triggered via pull request February 13, 2025 12:46
Status Failure
Total duration 32s
Artifacts

ci.yml

on: pull_request
Matrix: checks
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
pylint
Process completed with exit code 1.
pylint
Using latest version of uv because no version is provided
pylint: src/hist/basehist.py#L356
Use a generator instead 'any(special in x for special in ['*', '?'])'
pylint: src/hist/basehist.py#L361
Unnecessary "elif" after "raise", remove the leading "el" from "elif"
pylint: src/hist/basehist.py#L369
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it
Check Python 3.11
Using latest version of uv because no version is provided
Check Python 3.9
Using latest version of uv because no version is provided
Check Python 3.12
Using latest version of uv because no version is provided
Check Python 3.8
Using latest version of uv because no version is provided
Check Python 3.13
Using latest version of uv because no version is provided
Check Python 3.10
Using latest version of uv because no version is provided