Remove-print-statements

Latest version: v0.5.2

Safety actively analyzes 624038 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.2

What's Changed

* fix: handle keyboard interrupt aka <kbd>CTRL-C</kbd>

**Full Changelog**: https://github.com/dhruvmanila/remove-print-statements/compare/v0.5.1...v0.5.2

0.5.1

What's Changed

* Set `encoding` to `utf-8` by default by MicahLyle in https://github.com/dhruvmanila/remove-print-statements/pull/32

New Contributors
* MicahLyle made their first contribution in https://github.com/dhruvmanila/remove-print-statements/pull/32

**Full Changelog**: https://github.com/dhruvmanila/remove-print-statements/compare/v0.5.0...v0.5.1

0.5.0

Changelog

* Add support for Python 3.11

**Full Changelog**: https://github.com/dhruvmanila/remove-print-statements/compare/v0.4.0...v0.5.0

0.4.0

Changelog:

* Update output format when the `--verbose` flag is provided.

_old:_

test1.py:7:0: print("module")
test1.py:18:8: print("property")
test1.py:27:4: print("method")
test1.py:29:8: print("for loop")
test2.py:7:0: print("module")
test2.py:18:8: print("property")
test2.py:27:4: print("method")
test2.py:29:8: print("for loop")


_new:_

test1.py
7 print("module")
18 print("property")
27 print("method")
29 print("for loop")
test2.py
7 print("module")
18 print("property")
27 print("method")
29 print("for loop")


**Full Changelog**: https://github.com/dhruvmanila/remove-print-statements/compare/v0.3.2...v0.4.0

0.3.2

Changelog

* chore: remove temp workaround for libcst bug (bb5cbfaa24958e7745a6a9169e347de7ab2bc535)

Dependencies

* Bump minimum libcst version to [`v0.4.2`](https://github.com/Instagram/LibCST/releases/tag/v0.4.2)


**Full Changelog**: https://github.com/dhruvmanila/remove-print-statements/compare/v0.3.1...v0.3.2

0.3.1

Changelog

* fix: use native libcst parser for Python version >= 3.10 (b3d021b4d8f83757cc41382436cd6ef7f3f5fe84)
* fix: workaround for native libcst parser bug where it's not able to render the ParserSyntaxError as string (c7ec00b08e7a9a91a171c730ac49b2224d8c0699)


**Full Changelog**: https://github.com/dhruvmanila/remove-print-statements/compare/v0.3.0...v0.3.1

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.