You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved code linting by reworking private variables in Rule class to now be properties and updated
all code that used the old way.
Improved code linting by reworking all Log messages to render according to pep standard.
(By using %s and passing in variables as positional arguments)
Fix bug when validating sequence and value should only be unicode escaped when a string
Improve validation of timestamps.
Improve float validation to now accept strings that is valid ints that uses scientific notation, "1e-06" for example.