Skip to content

Commit 0893684

Browse files
committed
build(Makefile): remove setup.py
1 parent 68f092d commit 0893684

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ init:
55
python -m poetry install
66

77
format:
8-
isort --profile black -l 119 pytorch_optimizer tests setup.py lint.py
9-
black -S -l 119 pytorch_optimizer tests setup.py lint.py
8+
isort --profile black -l 119 pytorch_optimizer tests lint.py
9+
black -S -l 119 pytorch_optimizer tests lint.py
1010

1111
test:
1212
python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
1313

1414
check:
15-
isort --check-only --profile black -l 119 pytorch_optimizer tests setup.py lint.py
16-
black -S -l 119 --check pytorch_optimizer tests setup.py lint.py
15+
isort --check-only --profile black -l 119 pytorch_optimizer tests lint.py
16+
black -S -l 119 --check pytorch_optimizer tests lint.py
1717
python lint.py
1818

1919
requirements:

0 commit comments

Comments
 (0)