Closed hmstepanek closed 2 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | bandit | 1 | 0 | 4.99s | |
✅ PYTHON | black | 2 | 0 | 0 | 0.84s |
✅ PYTHON | flake8 | 2 | 0 | 0.44s | |
✅ PYTHON | isort | 2 | 0 | 0 | 0.3s |
✅ PYTHON | pylint | 2 | 0 | 2.02s |
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:
Project coverage is 81.64%. Comparing base (
41e5475
) to head (ef07134
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
lstrip strips all the characters from the beginning of the string so strings that begin in d, n, or s get the first character(s) stripped. Replace is actually what we want in this case.