Skip to content

Commit

Permalink
tox.ini(mypy): Removed --no-incremental flag (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia authored Nov 5, 2023
1 parent c5da0ae commit 480e264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ allowlist_externals =
setenv =
{[base]setenv}
MYPY_CACHE_DIR = {envtmpdir}{/}.mypy_cache
MYPY_OPTS = --no-incremental --config-file {toxinidir}{/}pyproject.toml --new-type-inference
MYPY_OPTS = --config-file {toxinidir}{/}pyproject.toml --new-type-inference
commands_pre =
{[pdm]sync} --dev --group=mypy
test: {[pdm]sync} --dev --group=test
Expand Down

0 comments on commit 480e264

Please sign in to comment.