ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

bug: anyconfig.validate does no validate format properties of primitive typs #120

Closed ssato closed 3 years ago

ssato commented 3 years ago

Currently, anyconfig.validate() does not call jsonschema.validate with format_chcker=draft7_format_chcker, so it does not validate format properties of primitive types.

ssato commented 3 years ago

It should be resolved by 8ab1285

ssato commented 3 years ago

It looks worked as far as I tested in my environment and closed.