Former-commit-id: f6d6e00337
f6d6e00337
@@ -0,0 +1,11 @@
.PHONY: quality style
check_dirs := src tests
quality:
black --check $(check_dirs)
ruff $(check_dirs)
style:
black $(check_dirs)
ruff $(check_dirs) --fix
The note is not visible to the blocked user.