Skip to content

Commit d239cb1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.12.12...v0.15.13) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v2.1.0](pre-commit/mirrors-mypy@v1.17.1...v2.1.0) - [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)
1 parent ec46497 commit d239cb1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
fail_fast: false
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.12.12
4+
rev: v0.15.13
55
hooks:
66
- id: ruff
77
- id: ruff-format
88
- repo: https://github.com/pre-commit/mirrors-mypy
9-
rev: v1.17.1
9+
rev: v2.1.0
1010
hooks:
1111
- id: mypy
1212
args:
1313
- --ignore-missing-imports
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.15.0
15+
rev: v2.16.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args:

0 commit comments

Comments
 (0)