File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 python -m poetry install
66
77format :
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
1111test :
1212 python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
1313
1414check :
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
1919requirements :
You can’t perform that action at this time.
0 commit comments