Skip to content

Commit 7579da6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.7.0 → 2.1.1](python-poetry/poetry@1.7.0...2.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.9.7](astral-sh/ruff-pre-commit@v0.4.8...v0.9.7) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.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 760724f commit 7579da6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/python-poetry/poetry
5-
rev: 1.7.0
5+
rev: 2.1.1
66
hooks:
77
- id: poetry-check
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.4.8
10+
rev: v0.9.7
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.8.0
16+
rev: v1.15.0
1717
hooks:
1818
- id: mypy
1919
args: [--ignore-missing-imports]
2020
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
21-
rev: v2.12.0
21+
rev: v2.14.0
2222
hooks:
2323
- id: pretty-format-yaml
2424
args:
@@ -32,7 +32,7 @@ repos:
3232
- --no-sort
3333

3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v4.5.0
35+
rev: v5.0.0
3636
hooks:
3737
- id: check-case-conflict
3838
- id: end-of-file-fixer

0 commit comments

Comments
 (0)