We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e840edf commit 823fd02Copy full SHA for 823fd02
Makefile
@@ -1,8 +1,8 @@
1
.PHONY: init format test check requirements docs
2
3
init:
4
- python -m pip install -q -U poetry
5
- python -m poetry install
+ python -m pip install -q -U poetry isort black ruff pytest pytest-cov
+ python -m poetry install --dev
6
7
format:
8
isort --profile black -l 119 pytorch_optimizer tests hubconf.py
0 commit comments