Skip to content

Commit 949c832

Browse files
[pre-commit.ci] pre-commit autoupdate (#140)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.2...v0.11.4) - [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) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Siddharth Krishna <siddharth-krishna@users.noreply.github.com>
1 parent fc08571 commit 949c832

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
@@ -11,15 +11,15 @@ repos:
1111
args: ["--maxkb=2000"]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.11.2
14+
rev: v0.11.4
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]
1818
args: [--fix, --exit-non-zero-on-fix]
1919
- id: ruff-format
2020

2121
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: v3.1.0
22+
rev: v4.0.0-alpha.8
2323
hooks:
2424
- id: prettier
2525
types_or: [javascript, jsx, ts, tsx]

0 commit comments

Comments
 (0)