0.98.0
What's Changed
New
- support >2 or's in CombineStartswithEndswith, args joined to tuple no duplicates by @LucasFaudman in #493
- Add new CodeMod CombineIsinstanceIssubclass. isistance(x, str) or isnstance(x, (bytes, list)) -> isinstance(x, (str, bytes, list)) by @LucasFaudman in #494
Fixed
- Fix spacing in codemod description by @drdavella in #547
- Make ai metadata fields optional by @drdavella in #548
- parse codeql results without region by @clavedeluna in #546
- Updating importance level by @whodes in #549
- prevent SubprocessShellFalse from causing FileNotFoundError when 1st arg is string by @LucasFaudman in #492
New Contributors
- @LucasFaudman made their first contribution in #493
- @whodes made their first contribution in #549
Full Changelog: 0.97.1...0.98.0