Skip to content

Commit 03b829c

Browse files
[pre-commit.ci] pre-commit suggestions
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.5.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.0...v0.8.6)
1 parent 5ec825e commit 03b829c

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
@@ -11,13 +11,13 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: check-added-large-files
1818

1919
- repo: https://github.com/psf/black
20-
rev: 24.4.2
20+
rev: 24.10.0
2121
hooks:
2222
- id: black
2323
name: "Black: The uncompromising Python code formatter"
@@ -30,7 +30,7 @@ repos:
3030
args: ["--profile", "black"]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.5.0
33+
rev: v0.8.6
3434
hooks:
3535
# Run the linter.
3636
- id: ruff

0 commit comments

Comments
 (0)