Python icon indicating copy to clipboard operation
Python copied to clipboard

Pre-commit failing on genetic_algoirthm/basic_string

Open CaedenPH opened this issue 3 years ago • 0 comments

Repository commit

f512b4d105b6f3188deced19761b6ed288378f0d

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

CaedenPH avatar Nov 01 '22 21:11 CaedenPH