Skip to content

Commit f3dd8de

Browse files
committed
chore: change flake target name to flake8
1 parent a8d7a9d commit f3dd8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ black: ## format code using black
128128
black-check: ## check code don't violate black formatting rules
129129
poetry run black --check --line-length 88 $(SRC) $(TESTS)
130130

131-
.PHONY: flake
132-
flake: ## lint code with flake
131+
.PHONY: flake8
132+
flake8: ## lint code with flake8
133133
poetry run flake8 --max-line-length=88 $(SRC) $(TESTS)
134134

135135
.PHONY: pre-commit-install

0 commit comments

Comments
 (0)