Skip to content

Commit d544218

Browse files
MAINT: upgrade lock files (#48)
* DX: upgrade pre-commit through Dependabot
1 parent e2a3c82 commit d544218

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ updates:
1212
labels: [⬆️ Lock]
1313
multi-ecosystem-group: lock
1414
patterns: ["*"]
15+
- package-ecosystem: pre-commit
16+
directory: "/"
17+
labels: [⬆️ Lock]
18+
multi-ecosystem-group: lock
19+
patterns: ["*"]

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
update_release_draft:
1212
runs-on: ubuntu-slim
1313
steps:
14-
- uses: release-drafter/release-drafter@v6
14+
- uses: release-drafter/release-drafter@v7
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

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

1414
- repo: https://github.com/ComPWA/policy
15-
rev: 0.8.2
15+
rev: 0.8.9
1616
hooks:
1717
- id: check-dev-files
1818
args:
1919
- --repo-name=sphinx-api-relink
2020
- --type-checker=ty
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.15.0
23+
rev: v0.15.10
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix]
@@ -58,19 +58,20 @@ repos:
5858
- id: taplo-format
5959

6060
- repo: https://github.com/pappasam/toml-sort
61-
rev: v0.24.3
61+
rev: v0.24.4
6262
hooks:
6363
- id: toml-sort
6464
args:
6565
- --in-place
6666

6767
- repo: https://github.com/streetsidesoftware/cspell-cli
68-
rev: v9.6.0
68+
rev: v10.0.0
6969
hooks:
7070
- id: cspell
71+
language_version: 25.9.0
7172

7273
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
73-
rev: 3.6.0
74+
rev: 3.6.1
7475
hooks:
7576
- id: editorconfig-checker
7677
name: editorconfig
@@ -86,7 +87,6 @@ repos:
8687
name: ty
8788
entry: ty check
8889
args: [--no-progress, --output-format=concise]
89-
pass_filenames: false
9090
require_serial: true
9191
language: system
9292
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)