feat: allow wildcards in StrCat list indexing #1533
Annotations
1 error and 4 warnings
PyLint
Process completed with exit code 1.
|
Setup uv
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
|
Loading