Skip to content

Commit 593ca87

Browse files
ci: run mypy across the codebase (#9103)
* ci: run mypy across the codebase * trigger * rm trigger * actually rm trigger --------- Co-authored-by: David S. Batista <dsbatista@gmail.com>
1 parent 4773d57 commit 593ca87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
if: steps.files.outputs.any_changed == 'true'
247247
run: |
248248
mkdir .mypy_cache
249-
hatch run test:types ${{ steps.files.outputs.all_changed_files }}
249+
hatch run test:types
250250
251251
- name: Pylint
252252
if: steps.files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)