[MNT] Test Github Actions trigger #8
tests-basic.yml
on: pull_request
check_style
7s
Matrix: run_basic_tests
Annotations
3 errors
Ruff (E302):
netneurotools/spatial/spatial_stats.py#L5
netneurotools/spatial/spatial_stats.py:5:1: E302 Expected 2 blank lines, found 1
|
Ruff (F841):
netneurotools/spatial/spatial_stats.py#L7
netneurotools/spatial/spatial_stats.py:7:5: F841 Local variable `a` is assigned to but never used
|
check_style
Process completed with exit code 1.
|