File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ fail_fast: true
22
33repos :
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
You can’t perform that action at this time.
0 commit comments