Skip to content

Commit 94be23a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 710b729 commit 94be23a

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,7 +9,7 @@ repos:
99
files: \.py$
1010

1111
- repo: https://github.com/psf/black
12-
rev: 25.1.0
12+
rev: 25.9.0
1313
hooks:
1414
- id: black
1515
args: [--config=./pyproject.toml]
@@ -21,7 +21,7 @@ repos:
2121
args: ["--profile", "black"]
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.17.1
24+
rev: v1.18.2
2525
hooks:
2626
- id: mypy
2727

0 commit comments

Comments
 (0)