Closed hmstepanek closed 8 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
ā PYTHON | bandit | 6 | 0 | 5.4s | |
ā PYTHON | black | 14 | 0 | 0 | 1.92s |
ā PYTHON | flake8 | 14 | 0 | 1.04s | |
ā PYTHON | isort | 14 | 0 | 0 | 0.33s |
ā PYTHON | pylint | 14 | 30 | 7.53s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
6fd639d
) 76.36% compared to head (03c1f50
) 76.37%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
This PR attempts to align the Python agent with the agent spec by dropping attributes with a value of None.
According to the spec:
It also performs some minor cleanup and adds descriptions to some function inside our attribute filtering system. It also contains a fix for previously failing sklearn tests due to a non integer version:
0.0.post12
.Recommended review strategy: review each commit one at a time.