Skip to content

Commit 57b84d7

Browse files
[pre-commit.ci] pre-commit autoupdate (#117)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 21decde commit 57b84d7

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
@@ -2,7 +2,7 @@
22
repos:
33

44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -46,7 +46,7 @@ repos:
4646
args: [--profile, black, --settings-path, pyproject.toml]
4747

4848
- repo: https://github.com/psf/black
49-
rev: 25.1.0
49+
rev: 25.9.0
5050
hooks:
5151
- id: black
5252
args: [--config=pyproject.toml, --verbose]

0 commit comments

Comments
 (0)