Skip to content

Commit

Permalink
Add missing makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed Sep 23, 2024
1 parent 2d141cb commit 54c9419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .make/base.make
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,10 @@ bump-patch: ## Bump application patch version <0.0.X>
check-lint: ## Check code linting (black, isort, flake8, docformatter and pylint)
poetry run nox -s check

.PHONY: check-pylint
check-pylint: ## Check code linting (black, isort, flake8, docformatter and pylint)
poetry run nox -s pylint

.PHONY: fix-lint
fix-lint: ## Fix code linting (black, isort, flynt, docformatter)
poetry run nox -s fix
Expand Down

0 comments on commit 54c9419

Please sign in to comment.