Skip to content

Commit f3ce450

Browse files
[pre-commit.ci] pre-commit autoupdate (#59)
updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b7de98f commit f3ce450

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
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: "7.0.0"
19+
rev: "8.0.1"
2020
hooks:
2121
- id: isort
2222

@@ -34,7 +34,7 @@ repos:
3434
stages: [manual]
3535

3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: "25.12.0"
37+
rev: "26.3.1"
3838
hooks:
3939
- id: black
4040

@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.19.1"
48+
rev: "v1.20.0"
4949
hooks:
5050
- id: mypy
5151
args: []
@@ -60,7 +60,7 @@ repos:
6060
- typer
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: "v2.4.1"
63+
rev: "v2.4.2"
6464
hooks:
6565
- id: codespell
6666
args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]

0 commit comments

Comments
 (0)