rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.83k stars 855 forks source link

Improve pre-commit hooks #944

Closed rasbt closed 2 years ago

rasbt commented 2 years ago

As mentioned by @labdmitriy in #915, there might be an overhaul of the pre-commit hooks necessary

The specified order in pre-commit hook is black-flake8-isort, but probably black-isort-flake8 will be more correct? flake8 has 3 somewhat different configurations (.flake8, pre-commit hook and CI).