Update typing, tests, apply linters #4
Triggered via pull request
September 26, 2024 18:55
Status
Failure
Total duration
1m 36s
Artifacts
–
Annotations
1 error, 3 warnings, and 2 notices
Format
Process completed with exit code 1.
|
W0212:
.nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L177
Access to a protected member _get_global_start_index of a client class
|
W0212:
.nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L181
Access to a protected member _get_fine_ijk of a client class
|
W0212:
.nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L182
Access to a protected member _get_fine_ijk of a client class
|
R1702:
.nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L29
Too many nested blocks (6/5)
|
C0200:
.nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L120
Consider using enumerate instead of iterating with range and len
|