diff --git a/Makefile b/Makefile index a098264e1..10df3d820 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,6 @@ check: ## Lint and format code @echo "Linting docstrings..." @poetry run pydoclint --config=pyproject.toml src @poetry run pydoclint --config=pyproject.toml --skip-checking-short-docstrings=true tests - @echo "Formatting..." - @poetry run black src/otg . - @poetry run isort src/otg . test: ## Run tests @echo "Running Tests..."