Skip to content

Commit 608c860

Browse files
MAINT: update lock files
updates: - [github.com/ComPWA/policy: 0.6.1 → 0.6.2](ComPWA/policy@0.6.1...0.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.3...v0.12.2) - [github.com/streetsidesoftware/cspell-cli: v8.17.1 → v9.0.1](streetsidesoftware/cspell-cli@v8.17.1...v9.0.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 3.2.0 → 3.2.1](editorconfig-checker/editorconfig-checker.python@3.2.0...3.2.1) - [github.com/ComPWA/pyright-pre-commit: v1.1.392 → v1.1.402](ComPWA/pyright-pre-commit@v1.1.392...v1.1.402)
1 parent 97f5595 commit 608c860

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ repos:
1212
- id: check-useless-excludes
1313

1414
- repo: https://github.com/ComPWA/policy
15-
rev: 0.6.1
15+
rev: 0.6.2
1616
hooks:
1717
- id: check-dev-files
1818
args:
1919
- --repo-name=sphinx-api-relink
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.9.3
22+
rev: v0.12.2
2323
hooks:
2424
- id: ruff
2525
args: [--fix]
@@ -64,12 +64,12 @@ repos:
6464
- --in-place
6565

6666
- repo: https://github.com/streetsidesoftware/cspell-cli
67-
rev: v8.17.1
67+
rev: v9.0.1
6868
hooks:
6969
- id: cspell
7070

7171
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
72-
rev: 3.2.0
72+
rev: 3.2.1
7373
hooks:
7474
- id: editorconfig-checker
7575
name: editorconfig
@@ -89,6 +89,6 @@ repos:
8989
- python
9090

9191
- repo: https://github.com/ComPWA/pyright-pre-commit
92-
rev: v1.1.392
92+
rev: v1.1.402
9393
hooks:
9494
- id: pyright

0 commit comments

Comments
 (0)