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

Add pylint/PEP8 checks to GitHub Actions to validate the python shell #137

Closed
p013570 opened this issue Jun 28, 2017 · 3 comments · Fixed by #1028
Closed

Add pylint/PEP8 checks to GitHub Actions to validate the python shell #137

p013570 opened this issue Jun 28, 2017 · 3 comments · Fixed by #1028

Comments

@p013570
Copy link
Member

p013570 commented Jun 28, 2017

Travis should run some code analysis checks to determine whether the Python shell is ready for release, e.g. pylint/PEP8.

@p013570 p013570 added this to the Backlog milestone Jan 4, 2018
@p013570 p013570 added the p:low label Jan 4, 2018
@n3101 n3101 modified the milestones: Backlog, v2_backlog Aug 25, 2021
@t92549 t92549 changed the title Add pylint/PEP8 checks to travis ci to validate the python shell Add pylint/PEP8 checks to GitHub Actions to validate the python shell Aug 25, 2021
@t92549
Copy link
Contributor

t92549 commented Aug 25, 2021

Some linting on the Python shell would be nice to ensure code quality

@t92549
Copy link
Contributor

t92549 commented Jul 28, 2022

Currently there are lots of inconsistent uses of " and ' for Strings, as well as lines that are very long. A PUP8 linter would flag these.

@lb324567 lb324567 self-assigned this Oct 3, 2022
@lb324567 lb324567 linked a pull request Oct 6, 2022 that will close this issue
@t92549 t92549 modified the milestones: v2_backlog, v2.0.0-alpha-0.4 Oct 11, 2022
t92549 added a commit that referenced this issue Oct 13, 2022
* autopep8 action

* max line length set for atuopep8 job

* Making changes to shorten the command

* Changed generator to create pep-8 code

* Correction to newlines

* Updated README to include link to coding style guidance in documentation

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: lb324567 <lb324567@users.noreply.github.com>
Co-authored-by: t92549 <80890692+t92549@users.noreply.github.com>
@t92549
Copy link
Contributor

t92549 commented Oct 13, 2022

Fixed by #1028

@t92549 t92549 closed this as completed Oct 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.