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

build: update versioneer #174

Merged
merged 2 commits into from
Apr 13, 2021
Merged

build: update versioneer #174

merged 2 commits into from
Apr 13, 2021

Conversation

anjakefala
Copy link
Contributor

@anjakefala anjakefala commented Apr 13, 2021

  • we need versioneer at least 0.19 to have get_cmdclass accept an argument

See: python-versioneer/python-versioneer#161 (comment)

- we need versioneer at least 0.19 to have get_cmdclass with an argument

See:
python-versioneer/python-versioneer#161 (comment)
@@ -116,7 +116,7 @@ def versions_from_parentdir(parentdir_prefix, root, verbose):
"""
rootdirs = []

for _ in range(3):
Copy link
Contributor

Choose a reason for hiding this comment

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

i is still not used here, so this will trigger some linter warnings.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I saw that! I want to ignore the linter warnings for this file, but would you prefer for me to modify _version.py?

caput/_version.py Show resolved Hide resolved
caput/_version.py Show resolved Hide resolved
Copy link
Contributor

@nritsche nritsche left a comment

Choose a reason for hiding this comment

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

👍

@anjakefala anjakefala merged commit 2fc0149 into master Apr 13, 2021
@anjakefala anjakefala deleted the versioneer branch April 13, 2021 18:09
@lgtm-com
Copy link

lgtm-com bot commented Apr 13, 2021

This pull request introduces 1 alert when merging b5a98d5 into fd12caf - view on LGTM.com

new alerts:

  • 1 for Suspicious unused loop iteration variable

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