aimclub / FEDOT

Automated modeling and machine learning framework FEDOT
https://fedot.readthedocs.io
BSD 3-Clause "New" or "Revised" License
619 stars 84 forks source link

Add automated code formatter #1225

Closed DRMPN closed 5 months ago

DRMPN commented 6 months ago

Requires personal access token with repo scope.

Checks Python code with autopep8 on every commit. Leaves a comment and updates it.

If you put /fix-pep8 in the comments of the pull request, it will automatically fix all PEP8 bugs and push that commit into your PR. If successful, it will leave a comment with the text "Fixed PEP8 problems!"

Example: https://github.com/DRMPN/FEDOT/pull/17 Resolves: https://github.com/aimclub/FEDOT/issues/1191

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (70d470a) 79.15% compared to head (89161d0) 79.98%. Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1225 +/- ## ========================================== + Coverage 79.15% 79.98% +0.83% ========================================== Files 145 145 Lines 9937 9945 +8 ========================================== + Hits 7866 7955 +89 + Misses 2071 1990 -81 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 5 months ago

Code in this pull request still contains PEP8 errors, please write the /fix-pep8 command in the comments below to create commit with automatic fixes.

Comment last updated at 2024-01-09T14:02:18+03:00