Skip to content

Commit ca79022

Browse files
[pre-commit.ci] pre-commit autoupdate (#332)
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@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 0476a55 commit ca79022

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
@@ -22,7 +22,7 @@ repos:
2222

2323
# Sorts Python imports alphabetically and by section with `isort`.
2424
- repo: https://github.com/pycqa/isort
25-
rev: 5.13.2
25+
rev: 6.0.0
2626
hooks:
2727
- id: isort
2828
args: [--profile, black, --settings-path, pyproject.toml]
@@ -37,14 +37,14 @@ repos:
3737
# Aplly black formatting to python code
3838
# https://github.com/psf/black
3939
- repo: https://github.com/psf/black-pre-commit-mirror
40-
rev: 24.10.0
40+
rev: 25.1.0
4141
hooks:
4242
- id: black
4343
args: [--config, pyproject.toml]
4444

4545
# Checks for spelling errors
4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.4.0
47+
rev: v2.4.1
4848
hooks:
4949
- id: codespell
5050
args: [--toml, pyproject.toml]

0 commit comments

Comments
 (0)