Skip to content

Commit 0bcc3a1

Browse files
[pre-commit.ci] pre-commit autoupdate (#190)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a8c769b commit 0bcc3a1

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
@@ -16,7 +16,7 @@ repos:
1616
args: ['--application-directories=.:src']
1717
name: reorder python imports
1818
- repo: https://github.com/psf/black
19-
rev: 25.1.0
19+
rev: 25.9.0
2020
hooks:
2121
- id: black
2222
args: [--safe, --quiet]
@@ -34,7 +34,7 @@ repos:
3434
language: python
3535
additional_dependencies: [pygments, restructuredtext_lint]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.18.1
37+
rev: v1.18.2
3838
hooks:
3939
- id: mypy
4040
files: src/

0 commit comments

Comments
 (0)