Skip to content

Commit d66470b

Browse files
[pre-commit.ci] pre-commit autoupdate (#1343)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 94155e7 commit d66470b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ repos:
6666
- id: rst-inline-touching-normal
6767

6868
- repo: https://github.com/pycqa/isort
69-
rev: 5.13.2
69+
rev: 6.0.0
7070
hooks:
7171
- id: isort
7272
args: [--profile, black]
7373

7474
- repo: https://github.com/psf/black
75-
rev: 24.10.0
75+
rev: 25.1.0
7676
hooks:
7777
- id: black
7878
args: [--config=pyproject.toml]
@@ -101,7 +101,7 @@ repos:
101101
entry: ghcr.io/hadolint/hadolint hadolint
102102

103103
- repo: https://github.com/codespell-project/codespell
104-
rev: v2.4.0
104+
rev: v2.4.1
105105
hooks:
106106
- id: codespell
107107
args: [--toml, pyproject.toml]

0 commit comments

Comments
 (0)