diff --git a/Makefile b/Makefile index d2dd5d5e..0893f2a1 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ pre-commit: @poetry run pre-commit install lint: - @poetry lock --check + @poetry check --lock @poetry run isort --profile=black --lines-after-imports=2 \ --check-only $(TESTS) $(PYMODULE) @poetry run black --check $(TESTS) $(PYMODULE) --diff