Skip to content

Commit 93c4321

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/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v1.20.2](pre-commit/mirrors-mypy@v1.20.0...v1.20.2) - [github.com/renovatebot/pre-commit-hooks: 43.104.8 → 43.150.0](renovatebot/pre-commit-hooks@43.104.8...43.150.0)
1 parent a75d289 commit 93c4321

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
@@ -22,7 +22,7 @@ repos:
2222

2323
# Sort imports
2424
- repo: https://github.com/pycqa/isort
25-
rev: 8.0.1
25+
rev: 9.0.0a3
2626
hooks:
2727
- id: isort
2828
name: isort
@@ -46,7 +46,7 @@ repos:
4646

4747
# Linter and formatter
4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.15.9
49+
rev: v0.15.12
5050
hooks:
5151
- id: ruff
5252
args:
@@ -62,7 +62,7 @@ repos:
6262

6363
# Type linter
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.20.0
65+
rev: v1.20.2
6666
hooks:
6767
- id: mypy
6868
args:
@@ -85,6 +85,6 @@ repos:
8585

8686
# renovate.json validator
8787
- repo: https://github.com/renovatebot/pre-commit-hooks
88-
rev: 43.104.8
88+
rev: 43.150.0
8989
hooks:
9090
- id: renovate-config-validator

0 commit comments

Comments
 (0)