Skip to content

Commit c84c57e

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 24d83c3 commit c84c57e

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
@@ -19,14 +19,14 @@ repos:
1919
args: [--max-line-length=105]
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.13.2
22+
rev: 6.0.0
2323
hooks:
2424
- id: isort
2525
additional_dependencies: [toml]
2626
args: ["--profile", "black", "--filter-files"]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
language_version: python3
@@ -37,7 +37,7 @@ repos:
3737
- id: blackdoc
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.4.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
args:

0 commit comments

Comments
 (0)