Repository commit
f512b4d
Python version (python --version)
Python 3.10.8
Dependencies version (pip freeze)
.
Expected behavior
return (item, float(score)) # noqa: B023
Actual behavior
return (item, float(score)) # noqa: B023 is stripped by
repo: https://github.com/asottile/yesqa
rev: v1.4.0
hooks:
- id: yesqa
additional_dependencies:
*flake8-plugins
Repository commit
f512b4d
Python version (python --version)
Python 3.10.8
Dependencies version (pip freeze)
.
Expected behavior
return (item, float(score)) # noqa: B023Actual behavior
return (item, float(score)) # noqa: B023is stripped by