Skip to content

Commit 1083e27

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 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.7.3](astral-sh/ruff-pre-commit@v0.4.10...v0.7.3)
1 parent 54f00b5 commit 1083e27

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
@@ -2,18 +2,18 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.2
11+
rev: 24.10.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: 'v0.4.10'
16+
rev: 'v0.7.3'
1717
hooks:
1818
- id: ruff
1919
args: [--fix]

0 commit comments

Comments
 (0)