Skip to content

Commit

Permalink
Merge pull request #499 from mih/mypy
Browse files Browse the repository at this point in the history
Try running mypy on PRs
  • Loading branch information
mih authored Oct 23, 2023
2 parents 67d10e6 + c171416 commit 616081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Type annotation

on:
push:
pr:
paths:
- 'datalad_next/**.py'
- '!**/tests/**.py'
Expand Down

0 comments on commit 616081a

Please sign in to comment.