Skip to content

Commit 80b6a86

Browse files
[pre-commit.ci] pre-commit autoupdate (#43)
updates: - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent da7b92c commit 80b6a86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: "5.13.2"
19+
rev: "6.0.1"
2020
hooks:
2121
- id: isort
2222

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

3636
- repo: https://github.com/psf/black
37-
rev: "24.10.0"
37+
rev: "25.1.0"
3838
hooks:
3939
- id: black
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: "7.1.1"
42+
rev: "7.2.0"
4343
hooks:
4444
- id: flake8
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.14.1"
48+
rev: "v1.15.0"
4949
hooks:
5050
- id: mypy
5151
args: []
@@ -58,7 +58,7 @@ repos:
5858
- pytest
5959

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

0 commit comments

Comments
 (0)