Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 11cc3e4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.263 → v0.3.3](astral-sh/ruff-pre-commit@v0.0.263...v0.3.3) - [github.com/psf/black: 23.3.0 → 24.3.0](psf/black@23.3.0...24.3.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
1 parent 79d31a6 commit 11cc3e4

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: v4.5.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.263"
17+
rev: "v0.3.3"
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- repo: https://github.com/psf/black
22-
rev: 23.3.0
22+
rev: 24.3.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.9-for-vscode
28+
rev: v4.0.0-alpha.8
2929
hooks:
3030
- id: prettier
3131
types: [yaml]

0 commit comments

Comments
 (0)