Use exact=True when parsing dates in pendulum
See : https://pendulum.eustace.io/docs/#parsing
It makes code more readable and doesn't raise mypy errors
Make sure too when to use strict=False
Edited by Simon Panay
See : https://pendulum.eustace.io/docs/#parsing
It makes code more readable and doesn't raise mypy errors
Make sure too when to use strict=False