move mypy config into pyproject.toml (#29501)

* move mypy config into pyproject.toml

* rm reference
This commit is contained in:
Adeeb Shihadeh
2023-08-20 21:08:04 -07:00
committed by GitHub
parent a9626f95b6
commit ff068dd722
3 changed files with 31 additions and 17 deletions

View File

@@ -64,7 +64,6 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
cp .pre-commit-config.yaml $STRIPPED_DIR
cp mypy.ini $STRIPPED_DIR
cp pyproject.toml $STRIPPED_DIR
cp poetry.lock $STRIPPED_DIR
cd $STRIPPED_DIR