- Fix check mutable defaults hook to work on python < 3.6
- Add new hook to check default django migration comment
- Add new hook to check print statements in code
- Fix check-mutable-default check to stop failing when a class attribute receives a classmethod instance
- Improve check-mutable-default to verify for mutable elements on class attributes
- Improve error handling on invalid text files
- Fixes config of invalid-domains hook to only check text files
- Improve check-mutable-default to verify for mutable elements inside tuples
- Fix check-mutable-default to work correctly for modules with many functions and methods
- check-mutable-default hook now supports coroutines
- Add new hook to check mutable default arguments in function/methods
- Bugfix: validate all files, even after the first failure
- Replace the usage of fstrings until we have a good reason for 3.6-specific feature
- Add new hook for defaults django migrations filename
- Improve check_logger to ignore getLogger(var) calls inside code blocks (functions/methods etc.)
- Initial release