Skip to content

Commit

Permalink
pre-commit: bump repositories (#213)
Browse files Browse the repository at this point in the history
* pre-commit: bump repositories

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.7.3](astral-sh/ruff-pre-commit@v0.7.1...v0.7.3)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.10.21 → 2024.11.11](henryiii/validate-pyproject-schema-store@2024.10.21...2024.11.11)

* tests: fix coverage context

Signed-off-by: Henry Schreiner <[email protected]>

---------

Signed-off-by: Henry Schreiner <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and henryiii authored Nov 14, 2024
1 parent d7bee3b commit 169bf11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.1"
rev: "v0.7.3"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
- id: shellcheck

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.10.21
rev: 2024.11.11
hooks:
- id: validate-pyproject

Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def test(session: nox.Session) -> None:
f"--cov-report=html:{htmlcov_output}",
f"--cov-report=xml:{xmlcov_output}",
"--cov-report=term-missing",
"--cov-context=test",
"tests/",
*session.posargs,
)
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ ignore = [
docstring-code-format = true

[tool.coverage]
run.dynamic_context = "test_function"
html.show_contexts = true
report.exclude_also = [
"if typing.TYPE_CHECKING:",
Expand Down

0 comments on commit 169bf11

Please sign in to comment.