Skip to content

Commit

Permalink
Changed to use mypy daemon for faster local operation tox -e lint f…
Browse files Browse the repository at this point in the history
…inishes under half a second.
  • Loading branch information
Sigurd-Borge committed Oct 28, 2024
1 parent 9e4f143 commit 8a17062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ venv/
.vscode
.idea
AntaresWebDesktop/
.dmypy.json
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ commands =
python scripts/license_checker_and_adder.py --path=tests --action=fix
ruff check --fix src/ tests/ {posargs}
ruff format src/ tests/ {posargs}
mypy {posargs}
dmypy run {posargs}

0 comments on commit 8a17062

Please sign in to comment.