Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Dec 17, 2022
1 parent d323b32 commit a2cc630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ test: ## test with coverage


test-version: ## check version compatibility
@./dev/test-version
./dev/test-version


test-lint: ## run linters checks
@./dev/lint-code --check
@poetry run ./dev/lint-code --check


test-docs: ## run docs in CI
Expand Down

0 comments on commit a2cc630

Please sign in to comment.