Skip to content

Commit 00eedee

Browse files
[pre-commit.ci] pre-commit autoupdate (#620)
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.2](astral-sh/ruff-pre-commit@v0.13.0...v0.13.2) - [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 0e7464b commit 00eedee

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
@@ -6,12 +6,12 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 25.1.0
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.13.0
14+
rev: v0.13.2
1515
hooks:
1616
- id: ruff
1717
args: [ --fix ]
@@ -24,7 +24,7 @@ repos:
2424
- tomli
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.18.1
27+
rev: v1.18.2
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: ["types-PyYAML", "types-setuptools"]

0 commit comments

Comments
 (0)