Skip to content

Commit d0ca421

Browse files
⬆️ pre-commit.ci autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.15.17](astral-sh/ruff-pre-commit@v0.12.4...v0.15.17) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v2.1.0](pre-commit/mirrors-mypy@v1.17.0...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) - [github.com/python-poetry/poetry: 2.1.3 → 2.4.1](python-poetry/poetry@2.1.3...2.4.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 21b1b36 commit d0ca421

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
@@ -9,14 +9,14 @@ fail_fast: false
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.4
12+
rev: v0.15.17
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.17.0
19+
rev: v2.1.0
2020
hooks:
2121
- id: mypy
2222
additional_dependencies:
@@ -25,7 +25,7 @@ repos:
2525
- types-PyYAML
2626
args: [--python-version=3.10, --ignore-missing-imports]
2727
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
28-
rev: v2.15.0
28+
rev: v2.16.0
2929
hooks:
3030
- id: pretty-format-yaml
3131
args:
@@ -39,7 +39,7 @@ repos:
3939
- --no-sort
4040

4141
- repo: https://github.com/python-poetry/poetry
42-
rev: 2.1.3
42+
rev: 2.4.1
4343
hooks:
4444
- id: poetry-check
4545
- id: poetry-lock
@@ -59,7 +59,7 @@ repos:
5959
always_run: true
6060

6161
- repo: https://github.com/pre-commit/pre-commit-hooks
62-
rev: v5.0.0
62+
rev: v6.0.0
6363
hooks:
6464
- id: check-case-conflict
6565
- id: end-of-file-fixer

0 commit comments

Comments
 (0)