Skip to content

Commit 823fd02

Browse files
committed
chore: init recipe
1 parent e840edf commit 823fd02

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
@@ -1,8 +1,8 @@
11
.PHONY: init format test check requirements docs
22

33
init:
4-
python -m pip install -q -U poetry
5-
python -m poetry install
4+
python -m pip install -q -U poetry isort black ruff pytest pytest-cov
5+
python -m poetry install --dev
66

77
format:
88
isort --profile black -l 119 pytorch_optimizer tests hubconf.py

0 commit comments

Comments
 (0)