Skip to content

Commit

Permalink
Clean up dev-cmd config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 16, 2025
1 parent 8cfa1e3 commit 03669f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,11 @@ check-lint = ["ruff", "check"]

type-check = [
"mypy",
"--python-version",
"{-py:{markers.python_version}}",
"--cache-dir",
".mypy_cache_{markers.python_version}",
"--python-version", "{-py:{markers.python_version}}",
"--cache-dir", ".mypy_cache_{markers.python_version}",
"setup.py",
"dev_cmd",
"tests"
"tests",
]

[tool.dev-cmd.commands.test]
Expand All @@ -121,4 +119,4 @@ ci = [["check-fmt", "check-lint", "type-check", "test"]]

[tool.dev-cmd]
default = "checks"
exit-style = "immediate"
exit-style = "immediate"
1 change: 0 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03669f3

Please sign in to comment.