Skip to content

Commit e8280f1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.9.4](astral-sh/ruff-pre-commit@v0.4.7...v0.9.4)
1 parent 9982c78 commit e8280f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
repos:
88
# Autoformat and linting, misc. details
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: forbid-new-submodules
1313
- id: end-of-file-fixer
@@ -25,12 +25,12 @@ repos:
2525

2626
# Autoformat: Python code
2727
- repo: https://github.com/psf/black
28-
rev: 24.4.2
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.4.7
33+
rev: v0.9.4
3434
hooks:
3535
- id: ruff
3636
args: ['--fix']

0 commit comments

Comments
 (0)