Skip to content

Commit c85dcb0

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-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)
1 parent 181e0a0 commit c85dcb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ repos:
3131
entry: ghcr.io/hadolint/hadolint hadolint
3232

3333
- repo: https://github.com/pycqa/isort
34-
rev: 5.13.2
34+
rev: 6.0.0
3535
hooks:
3636
- id: isort
3737

3838
# Aplly black formatting to python code
3939
# https://github.com/psf/black
4040
- repo: https://github.com/psf/black-pre-commit-mirror
41-
rev: 24.10.0
41+
rev: 25.1.0
4242
hooks:
4343
- id: black
4444
args: [--config, pyproject.toml]
4545

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

0 commit comments

Comments
 (0)