Skip to content

Make validators more readable#495

Merged
hf-kklein merged 6 commits intomainfrom
more_readable_validators
Jul 23, 2023
Merged

Make validators more readable#495
hf-kklein merged 6 commits intomainfrom
more_readable_validators

Conversation

@lord-haffi
Copy link
Copy Markdown
Collaborator

@lord-haffi lord-haffi commented Jul 22, 2023

Review #483 first.
Resolves #480

dependabot bot and others added 5 commits July 20, 2023 13:14
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
"""
An address is valid if it contains a postfach XOR (a strasse AND hausnummer).
This functions checks for these conditions of a valid address.
_strasse_xor_postfach = combinations_of_fields(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

the validator has been renamed

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.

Refactor/Rewrite "Kuddelmuddel" in time_range_possibilities

2 participants