Skip to content

Commit 21aa0da

Browse files
committed
Fix typos
1 parent 17f7389 commit 21aa0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.make/base.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ check-lint: ## Check code linting (black, isort, flake8, docformatter and pylint
404404
poetry run nox -s check
405405

406406
.PHONY: check-pylint
407-
check-pylint: ## Check code linting (black, isort, flake8, docformatter and pylint)
407+
check-pylint: ## Check code linting with pylint
408408
poetry run nox -s pylint
409409

410410
.PHONY: fix-lint

0 commit comments

Comments
 (0)