Skip to content

Commit a890dda

Browse files
[pre-commit.ci] pre-commit suggestions (#485)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.6.4...v0.6.5) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Manu Joseph V <manujosephv@gmail.com>
1 parent 560dec6 commit a890dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ repos:
4848
)
4949
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.6.4
51+
rev: v0.6.5
5252
hooks:
5353
- id: ruff
5454
args: ["--fix"]
5555
- id: ruff-format
5656
- id: ruff
5757

5858
- repo: https://github.com/pre-commit/mirrors-prettier
59-
rev: v3.1.0
59+
rev: v4.0.0-alpha.8
6060
hooks:
6161
- id: prettier
6262
files: \.(json|yml|yaml|toml)

0 commit comments

Comments
 (0)