Skip to content

Commit 0aa99cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.0.0](pre-commit/mirrors-mypy@v1.19.1...v2.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.8...v0.15.12)
1 parent aa14e2f commit 0aa99cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 8.0.1
25+
rev: 9.0.0a3
2626
hooks:
2727
- id: isort
2828

@@ -46,7 +46,7 @@ repos:
4646
additional_dependencies: [flake8-bugbear, flake8-print]
4747

4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.19.1
49+
rev: v2.0.0
5050
hooks:
5151
- id: mypy
5252
files: src
@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.15.8
62+
rev: v0.15.12
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)