Skip to content

Commit fefea03

Browse files
pre-commit.ci: pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.0 → 2.2.1](python-poetry/poetry@1.8.0...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.13.1](astral-sh/ruff-pre-commit@v0.3.4...v0.13.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.18.2](pre-commit/mirrors-mypy@v1.9.0...v1.18.2)
1 parent 7a369c3 commit fefea03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/python-poetry/poetry
6-
rev: 1.8.0
6+
rev: 2.2.1
77
hooks:
88
- id: poetry-check
99
- id: poetry-lock
1010
- id: poetry-install
1111

1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.3.4
14+
rev: v0.13.1
1515
hooks:
1616
- id: ruff
1717
args: [ --fix ]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.5.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: check-yaml
2424
args: [--allow-multiple-documents]
2525
- id: end-of-file-fixer
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.9.0
29+
rev: v1.18.2
3030
hooks:
3131
- id: mypy
3232
name: mypy

0 commit comments

Comments
 (0)