Skip to content

Commit 2fcd68f

Browse files
pre-commit-ci[bot]sigmavirus24
authored andcommitted
[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.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2)
1 parent 809d602 commit 2fcd68f

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
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black
21-
rev: 25.1.0
21+
rev: 25.9.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade
@@ -27,7 +27,7 @@ repos:
2727
- id: pyupgrade
2828
args: [--py37-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.18.1
30+
rev: v1.18.2
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:

0 commit comments

Comments
 (0)