Skip to content

Commit

Permalink
Adjust makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
thetacom committed Oct 5, 2023
1 parent eb00110 commit f737030
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 @@ -26,7 +26,9 @@ check: .venv
@echo "*****Pre-Commit Checks*****"
@pre-commit run --all-files

lint: bandit black pylint mypy ruff pydocstyle pycodestyle
lint: bandit black ruff pydocstyle pycodestyle

analyze: pylint mypy

bandit: .venv
@echo "*****Bandit*****"
Expand Down

0 comments on commit f737030

Please sign in to comment.