Skip to content

Commit 9bb94d7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.15.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.15.0...v2.16.0) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.8...v0.14.11)
1 parent 7a51fd3 commit 9bb94d7

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
@@ -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.15.0
32+
rev: v2.16.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.19.0
38+
rev: v1.19.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.14.8
45+
rev: v0.14.11
4646
hooks:
4747
# Run the linter.
4848
- id: ruff

0 commit comments

Comments
 (0)