Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 77ff450

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.253 → v0.0.257](astral-sh/ruff-pre-commit@v0.0.253...v0.0.257) - [github.com/psf/black: 22.6.0 → 23.1.0](psf/black@22.6.0...23.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
1 parent dc723ed commit 77ff450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ repos:
1414
# python code formatting/linting
1515
- repo: https://github.com/charliermarsh/ruff-pre-commit
1616
# Ruff version.
17-
rev: "v0.0.253"
17+
rev: "v0.0.257"
1818
hooks:
1919
- id: ruff
2020
args: [--fix]
2121
- repo: https://github.com/psf/black
22-
rev: 22.6.0
22+
rev: 23.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: v3.0.0-alpha.6
2929
hooks:
3030
- id: prettier
3131
types: [yaml]

0 commit comments

Comments
 (0)