Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

gh-137: autopep8 action #1028

Merged
merged 11 commits into from
Oct 13, 2022
Merged

gh-137: autopep8 action #1028

merged 11 commits into from
Oct 13, 2022

Conversation

lb324567
Copy link
Member

@lb324567 lb324567 commented Oct 6, 2022

Action added to GH Actions that automatically runs autopep8 on the branch.

if autopep8 makes any changes, the action creates a new PR with those changes which can then be reviewed and merged into the branch the changes have occurred on.

One exclusion has been made for rule E402, this is to stop the circular imports error that occurs if these changes are made. A new issue will be raised to look into this. Rules and additional information on autopep8 can be found here: https://pypi.org/project/autopep8/

@lb324567 lb324567 changed the title autopep8 action gh-137 autopep8 action Oct 6, 2022
@lb324567 lb324567 linked an issue Oct 6, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2022

Codecov Report

Merging #1028 (a1ad91a) into v2-alpha (f640ae3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             v2-alpha    #1028   +/-   ##
===========================================
  Coverage       45.15%   45.15%           
  Complexity        101      101           
===========================================
  Files              25       25           
  Lines             897      897           
  Branches           73       73           
===========================================
  Hits              405      405           
  Misses            462      462           
  Partials           30       30           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 423b9f2...a1ad91a. Read the comment docs.

@lb324567 lb324567 changed the title gh-137 autopep8 action gh-137: autopep8 action Oct 11, 2022
@t92549 t92549 merged commit 5e78c09 into v2-alpha Oct 13, 2022
@t92549 t92549 deleted the 137-pep8-checks-to-github-actions branch October 13, 2022 09:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pylint/PEP8 checks to GitHub Actions to validate the python shell
4 participants