MolarVerse / PQAnalysis

PQAnalysis is a API/CLI python package for the analysis of MD simulations
https://molarverse.github.io/PQAnalysis/
MIT License
4 stars 2 forks source link

Update docs.yml #58

Closed 97gamjak closed 1 month ago

github-actions[bot] commented 1 month ago

PYLINT REPORT

Your code has been rated at 9.85/10 (previous run: 9.85/10, +0.00)

Full report Raw metrics =========== |type |number |% |previous |difference | |----------|-------|------|---------|-----------| |code |7609 |39.85 |7609 |= | |docstring |8423 |44.11 |8423 |= | |comment |262 |1.37 |262 |= | |empty |2800 |14.66 |2800 |= | Duplication =========== | |now |previous |difference | |-------------------------|------|---------|-----------| |nb duplicated lines |0 |0 |0 | |percent duplicated lines |0.000 |0.000 |= | Messages by category ==================== |type |number |previous |difference | |-----------|-------|---------|-----------| |convention |2 |2 |2 | |refactor |51 |51 |51 | |warning |12 |12 |12 | |error |0 |0 |0 | Messages ======== |message id |occurrences | |-------------------------------|------------| |too-many-arguments |18 | |fixme |11 | |too-many-instance-attributes |10 | |inconsistent-return-statements |9 | |too-many-locals |3 | |too-complex |3 | |duplicate-code |3 | |too-many-branches |2 | |unused-argument |1 | |trailing-newlines |1 | |too-many-statements |1 | |too-many-return-statements |1 | |too-many-public-methods |1 | |too-many-lines |1 |