Skip to content

Commit c28d30d

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.12...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1)
1 parent 878d2b3 commit c28d30d

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
@@ -7,14 +7,14 @@ ci:
77
default_stages: [pre-commit, pre-push]
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: check-yaml
1414
- id: debug-statements
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.11.12
17+
rev: v0.12.11
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
@@ -26,7 +26,7 @@ repos:
2626
- id: sp-repo-review
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.0
29+
rev: v1.17.1
3030
hooks:
3131
- id: mypy
3232
args: [--config-file, pyproject.toml]

0 commit comments

Comments
 (0)