-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy script from gitlab project #4
Copy script from gitlab project #4
Conversation
Imported a client script for interaction with the npg_porch server from an internal GitLab project. To avoid hardcoding pipeline details, created two additional script arguments, pipeline_url and pipeline_version. Replaced real token values with placeholders.
a9c430c
to
a437f40
Compare
Updated project dependencies.
a437f40
to
9e6b1da
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the bugbear. Do we need quite so many ignores for flake, or was this an interim thing?
.flake8
Outdated
@@ -1,4 +1,6 @@ | |||
[flake8] | |||
max-line-length = 100 | |||
extend-select = B950 | |||
extend-ignore = E203, E501, E701 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look a redundant for the script at least. You still want them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do you feel about aa594ee and starting from a clean slate?
And configure flake8 in pyproject.toml
No description provided.