Fix: Allow Special DOI Cases Used in Public Administration Tests by MaurizioPilia · Pull Request #415 · python-validators/validators

The validation previously excluded certain DOI codes that are actually valid and commonly used in test environments by public administration entities. These codes, although not assigned to real individuals, should be considered valid for all practical purposes.

This change ensures that the validation logic aligns with real-world usage, preventing false negatives when handling official test scenarios.

Let me know if any adjustments are needed! 🚀