Skip to content

Commit 34ed860

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.5...v0.15.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [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 e5090c8 commit 34ed860

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
@@ -2,18 +2,18 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.14.5
5+
rev: v0.15.0
66
hooks:
77
- id: ruff-check
88
- id: ruff-format
99

1010
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.18.2
11+
rev: v1.19.1
1212
hooks:
1313
- id: mypy
1414
args: [--ignore-missing-imports]
1515
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
16-
rev: v2.15.0
16+
rev: v2.16.0
1717
hooks:
1818
- id: pretty-format-yaml
1919
args:

0 commit comments

Comments
 (0)