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

Use venv #15

Merged
merged 7 commits into from
Sep 6, 2021
Merged

Use venv #15

merged 7 commits into from
Sep 6, 2021

Conversation

rocky
Copy link
Member

@rocky rocky commented Sep 6, 2021

I think this should address #11

@rocky rocky requested a review from mmatera September 6, 2021 15:24
We need to set the current working directory before running "setup.py develop"!
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not necessary as [*] already contains it.

Copy link
Member Author

@rocky rocky Sep 6, 2021

Choose a reason for hiding this comment

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

If [*] changes then there are cascaded and possibly unintended effects.

Therefore in general, I'd prefer to be explicit over implicit. (In other words, I am not trying to "optimize" the length of the configuration file. Instead, I am trying to optimize clarity and unambiguity.)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ok.

end_of_line = lf
insert_final_newline = true

[*.py]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it is better to add quote_type = double.

Copy link
Member Author

@rocky rocky Sep 6, 2021

Choose a reason for hiding this comment

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

That makes sense. Should be added in c7f0274

@rocky rocky merged commit ef5197b into master Sep 6, 2021
@TiagoCavalcante TiagoCavalcante deleted the use-venv branch September 27, 2021 11:38
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.

2 participants