Skip to content

Commit d385226

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.8.0](astral-sh/ruff-pre-commit@v0.1.13...v0.8.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.13.0](pre-commit/mirrors-mypy@v1.8.0...v1.13.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.14.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
1 parent 7faac10 commit d385226

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.1.13
5+
rev: v0.8.0
66
hooks:
77
- id: ruff
88
- id: ruff-format
99

1010
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.8.0
11+
rev: v1.13.0
1212
hooks:
1313
- id: mypy
1414
args: [--ignore-missing-imports]
1515
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
16-
rev: v2.12.0
16+
rev: v2.14.0
1717
hooks:
1818
- id: pretty-format-yaml
1919
args:
@@ -27,7 +27,7 @@ repos:
2727
- --no-sort
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.5.0
30+
rev: v5.0.0
3131
hooks:
3232
- id: check-case-conflict
3333
- id: end-of-file-fixer

0 commit comments

Comments
 (0)