Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit 3da7fda

Browse files
ci: pre-commit autoupdate
updates: - [github.com/bwhmather/ssort: 0.12.4 → 0.13.0](bwhmather/ssort@0.12.4...0.13.0) - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 196cb0f commit 3da7fda

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
@@ -89,7 +89,7 @@ repos:
8989
- id: nbqa-pyupgrade
9090

9191
- repo: https://github.com/bwhmather/ssort
92-
rev: 0.12.4
92+
rev: 0.13.0
9393
hooks:
9494
- id: ssort
9595

@@ -99,7 +99,7 @@ repos:
9999
- id: pyupgrade
100100

101101
- repo: https://github.com/psf/black
102-
rev: 24.4.0
102+
rev: 24.4.2
103103
hooks:
104104
- id: black
105105
- id: black-jupyter
@@ -118,7 +118,7 @@ repos:
118118
args: ["--rcfile=pyproject.toml"]
119119

120120
- repo: https://github.com/pre-commit/mirrors-mypy
121-
rev: v1.9.0
121+
rev: v1.10.0
122122
hooks:
123123
- id: mypy
124124
args:

0 commit comments

Comments
 (0)