Introduce ruff pre-commit hook
-
Get rid of
isort
,pylint
,pyupgrade
pyproject, pre-commit, gitlab-ci configurations -
Introduce
ruff
pyproject, pre-commit, gitlab-ci configurations -
Makefile
: replacepylint
withruff
(to be honest, I don’t see the point of make rules for pre-commit hooks). -
Replace
black
withruff-format
-
Fix
ruff
reports -
Update hooks used in
CONTRIBUTING.md
§ pre-commit