Skip to content

Commit

Permalink
Disable mypy verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Jan 9, 2024
1 parent 931715d commit 658d941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docs = [
ruff = "ruff check src --fix-only"
black = "black src"
test = "pytest --cov --cov-report=xml"
mypy = "mypy src -v --install-types --non-interactive"
mypy = "mypy src --install-types --non-interactive"
log = "git-changelog -o CHANGELOG.md -i -p github"

[tool.pdm.scripts.doc]
Expand Down

0 comments on commit 658d941

Please sign in to comment.