Skip to content
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

Convert all f-strings without interpolations to regular strings #81

Merged
merged 3 commits into from
May 8, 2020

Conversation

simu
Copy link
Member

@simu simu commented May 7, 2020

Addresses pylint failures for "W1309: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)".

Additionally also bulk updates dependencies, and fixes the Docker image build

Addresses pylint failures for "W1309: Using an f-string that does not
have any interpolated variables (f-string-without-interpolation)".
@simu simu requested a review from srueg May 7, 2020 15:05
simu added 2 commits May 8, 2020 15:54
Pin cookiecutter to 1.7.0 for the moment to avoid unresolvable
dependency requirements for requests:

```
There are incompatible versions in the resolved dependencies:
  requests (from -r requirements.in (line 5))
  requests==2.22.0 (from kapitan==0.27.2->-r requirements.in (line 4))
  requests>=2.23.0 (from cookiecutter==1.7.2->-r requirements.in (line 2))
```
Otherwise pipenv install fails and cookiecutter (commodore
new-component) doesn't work in the Docker image.
@simu simu merged commit 227f685 into master May 8, 2020
@simu simu deleted the fix/f-string-without-interpolation branch May 8, 2020 14:15
@@ -1,5 +1,5 @@
click
cookiecutter
cookiecutter==1.7.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this version pinned? Is the reason for this documented somewhere?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See commit message for "Bulk update dependencies"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants