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

Commit dfc50f9

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.282](astral-sh/ruff-pre-commit@v0.0.263...v0.0.282) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.1](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.1)
1 parent 79d31a6 commit dfc50f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.282"
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- repo: https://github.com/psf/black
22-
rev: 23.3.0
22+
rev: 23.7.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: v3.0.1
2929
hooks:
3030
- id: prettier
3131
types: [yaml]

0 commit comments

Comments
 (0)