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 e14f2e6 commit 115ff09Copy full SHA for 115ff09
Makefile
@@ -9,10 +9,10 @@ test:
9
pytest --cov samtranslator --cov-report term-missing --cov-fail-under 95 tests
10
11
black:
12
- black setup.py samtranslator/* tests/* bin/*.py
+ black setup.py samtranslator/**/*.py tests/**/*.py bin/*.py
13
14
black-check:
15
- black --check setup.py samtranslator/* tests/* bin/*.py
+ black --check setup.py samtranslator/**/*.py tests/**/*.py bin/*.py
16
17
# Command to run everytime you make changes to verify everything works
18
dev: test
0 commit comments