Skip to content

Commit 786b22a

Browse files
committed
[skip ci] update: check rule
1 parent 62076a5 commit 786b22a

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
@@ -1,4 +1,4 @@
1-
.PHONY: init check format requirements build deploy
1+
.PHONY: init format check build deploy requirements
22

33
init:
44
python3 -m pip install -U pipenv setuptools wheel
@@ -9,8 +9,8 @@ format:
99
black -S -l 119 pytorch_optimizer setup.py lint.py
1010

1111
check:
12-
isort --check-only --profile black -l 119 pytorch_optimizer setup.py
13-
black -S -l 119 --check pytorch_optimizer setup.py
12+
isort --check-only --profile black -l 119 pytorch_optimizer setup.py lint.py
13+
black -S -l 119 --check pytorch_optimizer setup.py lint.py
1414
python3 lint.py
1515

1616
build:

0 commit comments

Comments
 (0)