Skip to content

Commit

Permalink
feat: add pydoclint to make check rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Oct 30, 2023
1 parent 02ae439 commit e0287ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ setup-dev: ## Setup development environment
@. utils/install_dependencies.sh

check: ## Lint and format code
@echo "Linting..."
@echo "Linting API..."
@poetry run ruff src/otg .
@echo "Linting docstrings..."
@poetry run pydoclint --config=pyproject.toml .
@echo "Formatting..."
@poetry run black src/otg .
@poetry run isort src/otg .
Expand Down

0 comments on commit e0287ee

Please sign in to comment.