feat: allow wildcards in StrCat list indexing #1533
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
|