Version 0.10.4
- Detect member usage in raise expressions and except handlers (#45)
- Fixed kwarg detection with nested calls (#44)
- Tokenize comment segments for exclusions detection (#43)
- Speed up
# novermin
/# novm
comment searching (roughly 8-14%) - Added missing
# novm
- Improved test coverage
- Removed unused code
- Added
.editorconfig
(https://editorconfig.org/)
Thanks to @gousaiyang for reporting #43, #44, and #45!