3 lines
96 B
Bash
3 lines
96 B
Bash
black . --exclude .conda
|
|
isort . --skip ./.conda
|
|
# pytest --cov --cov-report=term-missing tests/ |