Skip to content

fix: simple hostname validation regex#294

Merged
nandgator merged 1 commit intopython-validators:masterfrom
nandgator:workshop
Sep 2, 2023
Merged

fix: simple hostname validation regex#294
nandgator merged 1 commit intopython-validators:masterfrom
nandgator:workshop

Conversation

@nandgator
Copy link
Copy Markdown
Collaborator

@nandgator nandgator commented Sep 2, 2023

  • fix regex used for simple hostname validation
  • ignore .rtx.toml
  • update dev dependencies

Related Items

Issues

@nandgator nandgator self-assigned this Sep 2, 2023
@nandgator nandgator added review PR: Can be reviewed dependencies PR: Update/Remove a (dev/optional) dependencies bugfix PR: Bug is fixed labels Sep 2, 2023
@nandgator nandgator force-pushed the workshop branch 2 times, most recently from 528401b to f4c8a66 Compare September 2, 2023 02:20
- fix regex used for simple hostname validation
- ignore `.rtx.toml`
- update dev dependencies

**Related Items**

*Issues*

- Closes python-validators#285
- Closes python-validators#293
@nandgator nandgator removed the review PR: Can be reviewed label Sep 2, 2023
@nandgator nandgator merged commit 99b425a into python-validators:master Sep 2, 2023
@nandgator nandgator linked an issue Oct 25, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR: Bug is fixed dependencies PR: Update/Remove a (dev/optional) dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Localhost no longer recognized email validation: "example@example" returns an error Why isn't http://localhost:PORT a valid URL?

1 participant