correctmost
Results
12
comments of
correctmost
My preference would be to enable Pylint checks without the PKGBUILD changes for now. The checks will help validate the fixes for the remaining mypy and ruff violations and prevent...
OSS-Fuzz discovered another `IndexError` when there's only one argument to `_alias` ([OSS-Fuzz bug report](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64639)): ```python a = _alias(int) ``` ``` Traceback (most recent call last): File "pylint/pylint/checkers/utils.py", line 1365, in...