Skip to content

Commit

Permalink
revert: remove isort and black from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 12, 2023
1 parent d52fa5c commit fd099ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit fd099ae

Please sign in to comment.