DM-43906: Make gauss2d_fit more dev guide compliant #1
lint.yaml
on: pull_request
call-workflow
/
lint
3s
Annotations
10 errors
F403:
doc/conf.py#L7
'from documenteer.conf.pipelinespkg import *' used; unable to detect undefined names
|
F405:
doc/conf.py#L10
'html_theme_options' may be undefined, or defined from star imports: documenteer.conf.pipelinespkg
|
F403:
python/src/lsst/gauss2d/fit/__init__.py#L4
'from ._gauss2d_fit import *' used; unable to detect undefined names
|
F401:
python/src/lsst/gauss2d/fit/__init__.py#L4
'._gauss2d_fit.*' imported but unused
|
F401:
python/src/lsst/gauss2d/fit/__init__.py#L5
'._gauss2d_fit.__version__' imported but unused
|
F841:
python/tests/test_bindings.py#L12
local variable 'e' is assigned to but never used
|
E501:
python/tests/test_bindings.py#L18
line too long (94 > 79 characters)
|
E501:
python/tests/test_model.py#L85
line too long (82 > 79 characters)
|
E501:
python/tests/test_model.py#L86
line too long (82 > 79 characters)
|
E501:
python/tests/test_model.py#L91
line too long (105 > 79 characters)
|