Skip to content

Commit bcb8335

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 6c10509 commit bcb8335

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
@@ -11,19 +11,19 @@ repos:
1111

1212
# Sorts Python imports alphabetically and by section with `isort`.
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.13.2
14+
rev: 6.0.0
1515
hooks:
1616
- id: isort
1717
args: [--profile, black, --settings-path, pyproject.toml]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 24.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323

2424
# Checks for spelling errors
2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.4.0
26+
rev: v2.4.1
2727
hooks:
2828
- id: codespell
2929
args: [--toml, pyproject.toml, --skip="CHANGELOG.md"]

0 commit comments

Comments
 (0)