Skip to content

Commit

Permalink
Fixup mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
elchupanebrej committed Dec 10, 2024
1 parent 9a69541 commit d888f9d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ profile = "black"
files = "src/**/*.py"
install_types = true
non_interactive = true
plugins = [
"pydantic.mypy"
]
plugins = []
show_error_codes = true
warn_return_any = true
warn_unused_configs = true
Expand Down Expand Up @@ -110,8 +108,13 @@ legacy_tox_ini = """
[testenv:py{313, 312, 311, 310, 39}-mypy-lin]
deps =
mypy
allowlist_externals =
mkdir
chmod
commands =
python -m mypy
mkdir .mypy_cache
chmod 755 .mypy_cache
python -m mypy --cache-dir .mypy_cache
[testenv:py{py310, py39, 313, 312, 311, 310, 39}-pytest-coverage-{lin, win, mac}]
deps =
Expand Down

0 comments on commit d888f9d

Please sign in to comment.