Skip to content

Commit 7ec097e

Browse files
[pre-commit.ci] pre-commit autoupdate (#379)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6618a63 commit 7ec097e

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
@@ -16,7 +16,7 @@ repos:
1616

1717
# Sort imports
1818
- repo: https://github.com/pycqa/isort
19-
rev: 8.0.1
19+
rev: 9.0.0a3
2020
hooks:
2121
- id: isort
2222
name: isort
@@ -40,7 +40,7 @@ repos:
4040

4141
# Linter and formatter
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.15.9
43+
rev: v0.15.12
4444
hooks:
4545
- id: ruff
4646
args:
@@ -56,7 +56,7 @@ repos:
5656

5757
# Type linter
5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v1.20.0
59+
rev: v1.20.2
6060
hooks:
6161
- id: mypy
6262
args:

0 commit comments

Comments
 (0)