Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 Added sourcery config file and added boolean-if-exp-identity to ignore
'if something is True' prevents bugs where something is a callable, where 'if something():' would evaluate to False but 'if something:' evaluated to true since the callable object exists.
- Loading branch information