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

Add additonal validators #845

Merged
merged 7 commits into from
Sep 24, 2021
Merged

Add additonal validators #845

merged 7 commits into from
Sep 24, 2021

Conversation

sscherfke
Copy link
Contributor

@sscherfke sscherfke commented Sep 19, 2021

This PR adds some basic validators for checking user input (e.g., from settings, command line prompts or REST APIs).

Pull Request Check List

This is just a friendly reminder about the most common mistakes. Please make sure that you tick all boxes. But please read our contribution guide at least once, it will save you unnecessary review cycles!

If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing left to do. If your pull request is a documentation fix or a trivial typo, feel free to delete the whole thing.

  • Added tests for changed code.
  • New features have been added to our Hypothesis testing strategy.
  • Changes or additions to public APIs are reflected in our type stubs (files ending in .pyi).
    • ...and used in the stub test file tests/typing_example.py.
  • Updated documentation for changed code.
    • New functions/classes have to be added to docs/api.rst by hand.
    • Changes to the signature of @attr.s() have to be added by hand too.
    • Changed/added classes/methods/functions have appropriate versionadded, versionchanged, or deprecated directives. Find the appropriate next version in our __init__.py file.
  • Documentation in .rst files is written using semantic newlines.
  • Changes (and possible deprecations) have news fragments in changelog.d.

If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!

@hynek
Copy link
Member

hynek commented Sep 21, 2021

cough Python 2 😇

@sscherfke
Copy link
Contributor Author

Not again! 🙀

Did not have time to take a closer look at the fails. Maybe tomorrow. :)

@hynek
Copy link
Member

hynek commented Sep 22, 2021

I’m sending Python 2 and you to counseling! 😂

@sscherfke
Copy link
Contributor Author

I’m sending Python 2 and you to counseling! 😂

I have found the issue:

py27 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained.

🤪

@sscherfke
Copy link
Contributor Author

All is fixed now.

Copy link
Member

@hynek hynek left a comment

Choose a reason for hiding this comment

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

Please add a doc test usage example in the API docs and make it max_len. Our APIs are strict with separating words so far.

@sscherfke
Copy link
Contributor Author

It has been done.

@hynek hynek merged commit 52fcad2 into main Sep 24, 2021
@hynek hynek deleted the validators branch September 24, 2021 10:47
@hynek
Copy link
Member

hynek commented Sep 24, 2021

I didn’t mean for all of them but thanks! 😅

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