What's Changed
* First working version of the plugin. by Waszker in https://github.com/Waszker/flake-type-annotations-plugin/pull/1
Inital version of the plugin, containing two checks:
- `ANN001` - disallowing union type annotations
- `ANN002` - disallowing type annotations where built-in types are available
New Contributors
* Waszker made their first contribution in https://github.com/Waszker/flake-type-annotations-plugin/pull/1
**Full Changelog**: https://github.com/Waszker/flake-type-annotations-plugin/commits/v0.0.1