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 62076a5 commit 786b22aCopy full SHA for 786b22a
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: init check format requirements build deploy
+.PHONY: init format check build deploy requirements
2
3
init:
4
python3 -m pip install -U pipenv setuptools wheel
@@ -9,8 +9,8 @@ format:
9
black -S -l 119 pytorch_optimizer setup.py lint.py
10
11
check:
12
- isort --check-only --profile black -l 119 pytorch_optimizer setup.py
13
- black -S -l 119 --check pytorch_optimizer setup.py
+ isort --check-only --profile black -l 119 pytorch_optimizer setup.py lint.py
+ black -S -l 119 --check pytorch_optimizer setup.py lint.py
14
python3 lint.py
15
16
build:
0 commit comments