We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38e0f4 commit 7aee1b8Copy full SHA for 7aee1b8
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: fix-byte-order-marker
14
- id: mixed-line-ending
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: "v0.14.9"
+ rev: "v0.14.10"
17
hooks:
18
# Run the linter
19
- id: ruff
pyproject.toml
@@ -35,7 +35,7 @@ emitter = "craft_cli.pytest_plugin"
35
36
[dependency-groups]
37
dev = [
38
- "coverage[toml]==7.13.0",
+ "coverage[toml]==7.13.1",
39
"pytest==8.4.2",
40
"pytest-cov==7.0.0",
41
"pytest-mock==3.15.1",
0 commit comments