Skip to content

Commit ae89a16

Browse files
[pre-commit.ci] pre-commit autoupdate
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.12.2 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.2...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent 658f020 commit ae89a16

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
@@ -10,7 +10,7 @@ repos:
1010
hooks:
1111
- id: yamlfix
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
args:
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: yamllint
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.12.2
48+
rev: v0.12.11
4949
hooks:
5050
# Run the linter.
5151
- id: ruff
@@ -74,7 +74,7 @@ repos:
7474
- '88'
7575
files: (README\.md)
7676
- repo: https://github.com/pre-commit/mirrors-mypy
77-
rev: v1.16.1
77+
rev: v1.17.1
7878
hooks:
7979
- id: mypy
8080
files: src|tests

0 commit comments

Comments
 (0)