Skip to content

Commit

Permalink
implement helpful-string
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland authored and amon gus committed Nov 23, 2023
1 parent 502a156 commit b47ff09
Show file tree
Hide file tree
Showing 18 changed files with 747 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
--new $GITHUB_SHA --old base_commit \
--num-shards 5 --shard-index ${{ matrix.shard-index }} \
--debug \
--additional-flags="--debug-serialize --no-color-output" \
--additional-flags="--debug-serialize --no-color-output --enable-error-code=helpful-string" \
--output concise \
`# We don't want to run on spack because it has massive inferred types` \
`# https://github.com/KotlinIsland/basedmypy/issues/399` \
Expand Down
Loading

0 comments on commit b47ff09

Please sign in to comment.