FBruzzesi / iso-week-date

Toolkit to work with str representing ISO Week date format
https://fbruzzesi.github.io/iso-week-date/
MIT License
6 stars 0 forks source link

Make validation step optional #5

Closed FBruzzesi closed 1 year ago

FBruzzesi commented 1 year ago

Validation step is not needed in a series of operations (e.g. __add__) and just slows down the instance creation.