Skip to content

Commit 393a24f

Browse files
committed
comment pre
1 parent 585d813 commit 393a24f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.12.2
5+
rev: v0.12.3
66
hooks:
77
- id: ruff-check
88
files: ^reflex_ui/
@@ -17,15 +17,15 @@ repos:
1717
files: ^reflex_ui/
1818

1919
# Run pyi check before pyright because pyright can fail if pyi files are wrong.
20-
- repo: local
21-
hooks:
22-
- id: update-pyi-files
23-
name: update-pyi-files
24-
always_run: true
25-
language: system
26-
require_serial: true
27-
description: "Update pyi files as needed"
28-
entry: python3 scripts/make_pyi.py
20+
# - repo: local
21+
# hooks:
22+
# - id: update-pyi-files
23+
# name: update-pyi-files
24+
# always_run: true
25+
# language: system
26+
# require_serial: true
27+
# description: "Update pyi files as needed"
28+
# entry: python3 scripts/make_pyi.py
2929

3030
- repo: https://github.com/RobertCraigie/pyright-python
3131
rev: v1.1.403

0 commit comments

Comments
 (0)