pass pre-commit
This commit is contained in:
parent
0cc005b0bb
commit
f38d7e4a59
@ -28,7 +28,7 @@ repos:
|
||||
entry: python3 scripts/make_pyi.py
|
||||
|
||||
- repo: https://github.com/RobertCraigie/pyright-python
|
||||
rev: v1.1.392
|
||||
rev: v1.1.393
|
||||
hooks:
|
||||
- id: pyright
|
||||
args: [reflex, tests]
|
||||
|
@ -622,7 +622,7 @@ def _generate_component_create_functiondef(
|
||||
defaults=[],
|
||||
)
|
||||
|
||||
definition = ast.FunctionDef(
|
||||
definition = ast.FunctionDef( # pyright: ignore [reportCallIssue]
|
||||
name="create",
|
||||
args=create_args,
|
||||
body=[ # pyright: ignore [reportArgumentType]
|
||||
@ -684,7 +684,7 @@ def _generate_staticmethod_call_functiondef(
|
||||
else []
|
||||
),
|
||||
)
|
||||
definition = ast.FunctionDef(
|
||||
definition = ast.FunctionDef( # pyright: ignore [reportCallIssue]
|
||||
name="__call__",
|
||||
args=call_args,
|
||||
body=[
|
||||
|
Loading…
Reference in New Issue
Block a user