Skip to content

Commit 7a4959d

Browse files
committed
black should apply to test and examples too
1 parent 2e0543e commit 7a4959d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install-dev: ## [Local development] Install test requirements
88
lint: ## [Local development] Run mypy, pylint and black
99
python -m mypy clip_retrieval
1010
python -m pylint clip_retrieval
11-
python -m black --check -l 120 clip_retrieval
11+
python -m black --check -l 120 .
1212

1313
black: ## [Local development] Auto-format python code using black
1414
python -m black -l 120 .

0 commit comments

Comments
 (0)