add-trailing-comma icon indicating copy to clipboard operation
add-trailing-comma copied to clipboard

A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.

Results 2 add-trailing-comma issues
Sort by recently updated
recently updated
newest added

Add support for trailing commas for this: ```diff with ( foo as bar, - baz as womp + baz as womp, ): # ... ```

enhancement
help wanted

updates: - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.5.0...v2.7.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](https://github.com/asottile/reorder-python-imports/compare/v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.18.0)