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

Commit a1e91c3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - 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.0.277](astral-sh/ruff-pre-commit@v0.0.263...v0.0.277) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0)
1 parent 79d31a6 commit a1e91c3

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
@@ -12,9 +12,9 @@ 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.0.277"
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
@@ -25,7 +25,7 @@ repos:
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: v3.0.0
2929
hooks:
3030
- id: prettier
3131
types: [yaml]

0 commit comments

Comments
 (0)