mirror of https://github.com/astral-sh/ruff
[ty] Add `set -eu` to mypy-primer script (#19212)
## Summary So that the CI job fails if ty panics.
This commit is contained in:
parent
7533a0bfdb
commit
546f1b7b39
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
echo "Enabling mypy primer specific configuration overloads (see .github/mypy-primer-ty.toml)"
|
||||
mkdir -p ~/.config/ty
|
||||
|
|
|
|||
Loading…
Reference in New Issue