Skip to content

Commit cced34d

Browse files
authored
test: sync mypy command in GEMINI.md with CI (#733)
In [CI](https://github.com/a2aproject/a2a-python/blob/3ad2503107dd1faa71ab6b56da9017141e24e34c/.github/workflows/linter.yaml#L41) we don't run mypy on tests, so in order to prevent model from encountering old issues specify the same command as in CI.
1 parent 3ad2503 commit cced34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
```
1313
3. Run mypy type checkers to check for type errors
1414
```
15-
uv run mypy
15+
uv run mypy src
1616
```
1717
4. Run the unit tests to make sure that none of the unit tests are broken.
1818
```

0 commit comments

Comments
 (0)