X Tutup
Skip to content

Merge endswith checks#337

Merged
effigies merged 1 commit intopython-versioneer:masterfrom
DimitriPapadopoulos:endswith
Sep 16, 2022
Merged

Merge endswith checks#337
effigies merged 1 commit intopython-versioneer:masterfrom
DimitriPapadopoulos:endswith

Conversation

@DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Sep 16, 2022

Consider merging startswith/endswith checks PY-W0077

The methods startswith and endswith for string instances accept two types of Python constructs as the first argument. The types are:

  • a Python string, or
  • a tuple of strings

The methods startswith and endswith for string instances accept two types of
Python constructs as the first argument. The types are:
- a Python string, or
- a tuple of strings
@effigies effigies merged commit d4cf6f2 into python-versioneer:master Sep 16, 2022
@effigies
Copy link
Contributor

Thanks!

@DimitriPapadopoulos DimitriPapadopoulos deleted the endswith branch September 16, 2022 19:21
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

X Tutup