Skip to content

Commit 10725b5

Browse files
authored
Update mypy to use pyproject.toml and remove deprecated files (#119)
1 parent cedde97 commit 10725b5

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ repos:
3030
rev: 'v1.15.0' # make sure this is always consistent with hatch configs
3131
hooks:
3232
- id: mypy
33-
args: ["--install-types", "--non-interactive", "--ignore-missing-imports"]
33+
args: ["--config-file=./pyproject.toml", "--install-types", "--non-interactive", "--ignore-missing-imports"]
3434
additional_dependencies: [types-tabulate, types-cachetools]

mypy.ini

Lines changed: 0 additions & 23 deletions
This file was deleted.

scripts/run-in-env.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)