Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,7 +36,7 @@ repos:
- mdformat-gfm-alerts
exclude: '.github/agents/'
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.16.2
rev: v0.16.3
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
Expand All@@ -46,7 +46,7 @@ repos:
hooks:
- id: yamlfmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.27.0
rev: v2.28.0
hooks:
- id: pyproject-fmt
# See https://pre-commit.ci/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -98,5 +98,5 @@ ini_options.DJANGO_SETTINGS_MODULE = "tests.testapp.settings"

[tool.coverage]
run.source = [ "threadmill" ]
report.show_missing = true
report.skip_covered = true
report.show_missing = true
Loading