Skip to content

Commit 499e3c7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.253 → v0.11.9](astral-sh/ruff-pre-commit@v0.0.253...v0.11.9) - [github.com/psf/black: 22.6.0 → 25.1.0](psf/black@22.6.0...25.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
1 parent b803e48 commit 499e3c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v5.0.0
77
hooks:
88
# list of supported hooks: https://pre-commit.com/hooks.html
99
- id: trailing-whitespace
@@ -12,20 +12,20 @@ repos:
1212
- id: detect-private-key
1313

1414
# python code formatting/linting
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
# Ruff version.
17-
rev: "v0.0.253"
17+
rev: "v0.11.9"
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- repo: https://github.com/psf/black
22-
rev: 22.6.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
args: [--line-length, "100"]
2626
# yaml formatting
2727
- repo: https://github.com/pre-commit/mirrors-prettier
28-
rev: v3.0.0-alpha.4
28+
rev: v4.0.0-alpha.8
2929
hooks:
3030
- id: prettier
3131
types: [yaml]

0 commit comments

Comments
 (0)