Skip to content

Commit 602eedc

Browse files
Update all non-major dependencies (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6ff34d commit 602eedc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black-jupyter
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.14.8
11+
rev: v0.14.9
1212
hooks:
1313
- id: ruff-check
1414
args: [--fix, --exit-non-zero-on-fix]
@@ -65,15 +65,15 @@ repos:
6565
hooks:
6666
- id: check-mailmap
6767
- repo: https://github.com/renovatebot/pre-commit-hooks
68-
rev: 42.39.4
68+
rev: 42.54.1
6969
hooks:
7070
- id: renovate-config-validator
7171
- repo: https://github.com/henryiii/validate-pyproject-schema-store
7272
rev: 2025.11.21
7373
hooks:
7474
- id: validate-pyproject
7575
- repo: https://github.com/henryiii/check-sdist
76-
rev: v1.3.1
76+
rev: v1.3.2
7777
hooks:
7878
- id: check-sdist
7979
args: [--inject-junk]
@@ -98,6 +98,6 @@ repos:
9898
- Flake8-pyproject>=1.2.0 # For --toml-config
9999
- pydoclint # Remove after https://github.com/astral-sh/ruff/issues/458
100100
- repo: https://github.com/pre-commit/mirrors-mypy
101-
rev: v1.19.0
101+
rev: v1.19.1
102102
hooks:
103103
- id: mypy

0 commit comments

Comments
 (0)