Skip to content

Commit eb83c6d

Browse files
committed
Remove suppression
1 parent a79b053 commit eb83c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ test-all: install
3838
.PHONY: lint
3939
lint: #! Run type analysis and linting checks
4040
lint: install
41-
@poetry run mypy ldclient
42-
@poetry run isort --check --atomic ldclient contract-tests
43-
@poetry run pycodestyle ldclient contract-tests
41+
poetry run mypy ldclient
42+
poetry run isort --check --atomic ldclient contract-tests
43+
poetry run pycodestyle ldclient contract-tests
4444

4545
#
4646
# Documentation generation

0 commit comments

Comments
 (0)