WiP: address a number of old linting errors in mig/server/X.py #734
python-stylecheck.yml
on: pull_request
Style check python and annotate
30s
Annotations
10 errors and 10 warnings
Style check python and annotate:
mig/server/grid_events.py#L2004
"Callable[[Any, Any], Any]" has no attribute "start" [attr-defined]
|
Style check python and annotate:
mig/server/grid_events.py#L2003
Incompatible types in assignment (expression has type "Process", variable has type "Callable[[Any, Any], Any]") [assignment]
|
Style check python and annotate:
mig/server/grid_events.py#L121
Incompatible types in assignment (expression has type "None", target has type "int") [assignment]
|
Style check python and annotate:
mig/server/grid_events.py#L120
Incompatible types in assignment (expression has type "None", target has type "int") [assignment]
|
Style check python and annotate:
mig/server/grid_events.py#L119
Incompatible types in assignment (expression has type "None", target has type "int") [assignment]
|
Style check python and annotate:
mig/server/grid_events.py#L118
Incompatible types in assignment (expression has type "None", target has type "int") [assignment]
|
Style check python and annotate:
mig/server/grid_events.py#L116
Incompatible types in assignment (expression has type "None", target has type "int") [assignment]
|
Style check python and annotate:
mig/server/grid_events.py#L113
Need type annotation for "shared_state" (hint: "shared_state: Dict[<type>, <type>] = ...") [var-annotated]
|
Style check python and annotate:
mig/server/grid_events.py#L104
Need type annotation for "rule_hits" (hint: "rule_hits: Dict[<type>, <type>] = ...") [var-annotated]
|
Style check python and annotate:
mig/server/grid_events.py#L103
Need type annotation for "all_rules" (hint: "all_rules: Dict[<type>, <type>] = ...") [var-annotated]
|
Style check python and annotate:
mig/server/grid_events.py#L976
line too long (81 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L619
line too long (83 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L608
line too long (87 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L572
line too long (82 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L565
line too long (83 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L557
line too long (82 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L533
line too long (83 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L93
line too long (81 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L72
line too long (81 > 80 characters)
|
Style check python and annotate:
mig/server/grid_events.py#L23
line too long (81 > 80 characters)
|