Skip to content

Commit 0eefbe3

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/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.17.1](pre-commit/mirrors-mypy@v1.15.0...v1.17.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.8...v0.12.11)
1 parent 3bd1153 commit 0eefbe3

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
@@ -3,7 +3,7 @@
33
# See https://pre-commit.com/hooks.html for more hooks
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-ast
99
- id: check-case-conflict
@@ -29,20 +29,20 @@ repos:
2929
args: [--mapping, '4', --sequence, '4', --offset, '0']
3030

3131
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
32-
rev: v2.14.0
32+
rev: v2.15.0
3333
hooks:
3434
- id: pretty-format-toml
3535
args: [--autofix, --indent, '4']
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.15.0
38+
rev: v1.17.1
3939
hooks:
4040
- id: mypy
4141
additional_dependencies: [types-requests, types-PyYAML, numpy]
4242
args: [--config-file=pyproject.toml]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: v0.11.8
45+
rev: v0.12.11
4646
hooks:
4747
# Run the linter.
4848
- id: ruff

0 commit comments

Comments
 (0)