Skip to content

Commit ab0a29a

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 969cd31 commit ab0a29a

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
@@ -10,7 +10,7 @@ default_language_version:
1010
python: python3
1111
repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.15.4
13+
rev: v0.15.9
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
@@ -26,7 +26,7 @@ repos:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 26.1.0
29+
rev: 26.3.1
3030
hooks:
3131
- id: black
3232
exclude: ^.deprecated/
@@ -44,7 +44,7 @@ repos:
4444
- id: rst-directive-colons
4545
- id: rst-inline-touching-normal
4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.4.1
47+
rev: v2.4.2
4848
hooks:
4949
- id: codespell
5050
exclude: ^.deprecated/

0 commit comments

Comments
 (0)