Skip to content

Commit 32b9406

Browse files
committed
Check and format gmail/
1 parent 6e91b95 commit 32b9406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ all: venv format check test build
88

99
.PHONY: format
1010
format: venv
11-
.venv/bin/black typeagent test tools $(FLAGS)
11+
.venv/bin/black -tpy312 -tpy313 -tpy314 typeagent test tools gmail $(FLAGS)
1212

1313
.PHONY: check
1414
check: venv
15-
.venv/bin/pyright --pythonpath .venv/bin/python typeagent test tools
15+
.venv/bin/pyright --pythonpath .venv/bin/python typeagent test tools gmail
1616

1717
.PHONY: test
1818
test: venv

0 commit comments

Comments
 (0)