Skip to content

Commit 336aeff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent e3ea45b commit 336aeff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: 26.1.0
12+
rev: 26.3.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/isort
1616
rev: 8.0.1
1717
hooks:
1818
- id: isort
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.4.1
20+
rev: v2.4.2
2121
hooks:
2222
- id: codespell
2323
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)