You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added:
- Optional source transform:
- convert positional arguments to normal arguments, enabled by default
Fixed:
- Unnecessary spaces after ',' in tuple values
- Removing annotations for positional-only arguments (Thanks [luk3yx](https://github.com/luk3yx)!)
- `--no-remove-annotations` argument to `pyminify` had no effect