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

Renaming all "private" _verify args to verify. #251

Merged
merged 4 commits into from Feb 26, 2021
Merged

Renaming all "private" _verify args to verify. #251

merged 4 commits into from Feb 26, 2021

Conversation

dhermes
Copy link
Owner

@dhermes dhermes commented Feb 26, 2021

This was primarily brought about by a recent change in PyLint useless-param-doc and useless-type-doc. Though this is a good nudge in the right direction.

This was primarily brought about by a recent change in PyLint
`useless-param-doc` and `useless-type-doc`. Though this is
a good nudge in the right direction.
```
tests/functional/utils.py:350:4: C0103: Constant name "standard" doesn't conform to UPPER_CASE naming style (invalid-name)
```
```
$ git mv latest.rst 2021.2.12.rst
```
@dhermes dhermes merged commit 1c7b191 into main Feb 26, 2021
@dhermes dhermes deleted the verify-public branch February 26, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant