Skip to content

Commit d1f73ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.15.0](asottile/reorder-python-imports@v3.12.0...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.11.13](astral-sh/ruff-pre-commit@v0.3.3...v0.11.13) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.16.0](pre-commit/mirrors-mypy@v1.9.0...v1.16.0)
1 parent b8ca8f4 commit d1f73ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ repos:
99
hooks:
1010
- id: taplo
1111
- repo: https://github.com/asottile/reorder-python-imports
12-
rev: v3.12.0
12+
rev: v3.15.0
1313
hooks:
1414
- id: reorder-python-imports
1515
args: [--py37-plus, --add-import, "from __future__ import annotations"]
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.3.3
17+
rev: v0.11.13
1818
hooks:
1919
- id: ruff
2020
types_or: [python, pyi, jupyter]
2121
args: [--fix]
2222
- id: ruff-format
2323
types_or: [python, pyi, jupyter]
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.5.0
25+
rev: v5.0.0
2626
hooks:
2727
- id: trailing-whitespace
2828
- id: end-of-file-fixer
@@ -31,7 +31,7 @@ repos:
3131
- id: name-tests-test
3232
- id: requirements-txt-fixer
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.9.0
34+
rev: v1.16.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)