Skip to content

Commit 2bd8d40

Browse files
MAINT: upgrade lock files
updates: - [github.com/ComPWA/policy: 0.8.7 → 0.8.8](ComPWA/policy@0.8.7...0.8.8) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.2...v0.15.9) - [github.com/pappasam/toml-sort: v0.24.3 → v0.24.4](pappasam/toml-sort@v0.24.3...v0.24.4) - [github.com/streetsidesoftware/cspell-cli: v9.7.0 → v9.8.0](streetsidesoftware/cspell-cli@v9.7.0...v9.8.0) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.6.0 → 3.6.1](editorconfig-checker/editorconfig-checker.python@3.6.0...3.6.1) - [github.com/astral-sh/uv-pre-commit: 0.10.5 → 0.11.3](astral-sh/uv-pre-commit@0.10.5...0.11.3)
1 parent 89431f2 commit 2bd8d40

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: check-useless-excludes
1414

1515
- repo: https://github.com/ComPWA/policy
16-
rev: 0.8.7
16+
rev: 0.8.8
1717
hooks:
1818
- id: check-dev-files
1919
args:
@@ -57,7 +57,7 @@ repos:
5757
metadata.vscode
5858
5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.15.2
60+
rev: v0.15.9
6161
hooks:
6262
- id: ruff-check
6363
args: [--fix]
@@ -91,19 +91,19 @@ repos:
9191
- id: taplo-format
9292

9393
- repo: https://github.com/pappasam/toml-sort
94-
rev: v0.24.3
94+
rev: v0.24.4
9595
hooks:
9696
- id: toml-sort
9797
args:
9898
- --in-place
9999

100100
- repo: https://github.com/streetsidesoftware/cspell-cli
101-
rev: v9.7.0
101+
rev: v9.8.0
102102
hooks:
103103
- id: cspell
104104

105105
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
106-
rev: 3.6.0
106+
rev: 3.6.1
107107
hooks:
108108
- id: editorconfig-checker
109109
name: editorconfig
@@ -124,6 +124,6 @@ repos:
124124
types_or: [python, pyi, jupyter]
125125

126126
- repo: https://github.com/astral-sh/uv-pre-commit
127-
rev: 0.10.5
127+
rev: 0.11.3
128128
hooks:
129129
- id: uv-lock

0 commit comments

Comments
 (0)