We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0543e commit 7a4959dCopy full SHA for 7a4959d
Makefile
@@ -8,7 +8,7 @@ install-dev: ## [Local development] Install test requirements
8
lint: ## [Local development] Run mypy, pylint and black
9
python -m mypy clip_retrieval
10
python -m pylint clip_retrieval
11
- python -m black --check -l 120 clip_retrieval
+ python -m black --check -l 120 .
12
13
black: ## [Local development] Auto-format python code using black
14
python -m black -l 120 .
0 commit comments