Skip to content

Commit ba46257

Browse files
chore(deps): update pre-commit hooks (#278)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/henryiii/validate-pyproject-schema-store: 2025.04.28 → 2025.05.12](henryiii/validate-pyproject-schema-store@2025.04.28...2025.05.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6d8de35 commit ba46257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
additional_dependencies: [black==24.*]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.11.8"
14+
rev: "v0.11.12"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix", "--show-fixes"]
@@ -45,7 +45,7 @@ repos:
4545
- id: rst-inline-touching-normal
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.15.0
48+
rev: v1.16.0
4949
hooks:
5050
- id: mypy
5151
files: (src|web|tests)
@@ -79,7 +79,7 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/henryiii/validate-pyproject-schema-store
82-
rev: 2025.04.28
82+
rev: 2025.05.12
8383
hooks:
8484
- id: validate-pyproject
8585

0 commit comments

Comments
 (0)