Skip to content

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

Merged
simu merged 3 commits intomasterfrom
fix/f-string-without-interpolation
May 8, 2020
Merged

Convert all f-strings without interpolations to regular strings#81
simu merged 3 commits intomasterfrom
fix/f-string-without-interpolation

Conversation

@simu
Copy link
Copy Markdown
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
Comment thread requirements.in
@@ -1,5 +1,5 @@
click
cookiecutter
cookiecutter==1.7.0
Copy link
Copy Markdown
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
Copy Markdown
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