Skip to content

Commit e05b137

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.3.1](psf/black-pre-commit-mirror@25.11.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent 6638a23 commit e05b137

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
@@ -8,18 +8,18 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.11.0
11+
rev: 26.3.1
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/codespell-project/codespell
15-
rev: v2.4.1
15+
rev: v2.4.2
1616
hooks:
1717
- id: codespell
1818
- repo: https://github.com/PyCQA/flake8
1919
rev: 7.3.0
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 7.0.0
23+
rev: 8.0.1
2424
hooks:
2525
- id: isort

0 commit comments

Comments
 (0)