Unimport

Latest version: v1.2.1

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

Scan your dependencies

Page 7 of 7

0.2.8

- [💪 Support: file-wide skips by hakancelik96](https://github.com/hakancelik96/unimport/pull/77)

- Now, you can skip a file by typing ` unimport: skip_file` anywhere in that file.

- [🔥 Fix: preserve import styles](https://github.com/hakancelik96/unimport/pull/76)

- [💪 Support: requirements.txt file by hakancelik96](https://github.com/hakancelik96/unimport/pull/75)

- Now, You can automatically delete unused modules from the requirements.txt file (
`unimport --requirements --remove`), see the difference (
`unimport --requirements --diff`), delete it by requesting permission (
`unimport --requirements --permission`), or just check ( `unimport --requirements`).

- [🔥 Fix: match error between import name and name by hakancelik96](https://github.com/hakancelik96/unimport/pull/74)

- [💪 Support for type hints (58) by hakancelik96 & string typing isidentical](https://github.com/hakancelik96/unimport/pull/71)

- python
from typing import List, TYPE_TEST
test: 'List[TYPE_TEST]'


- python
from typing import List, TYPE_TEST
test: "List['TYPE_TEST']"


- [🔥 fix: get_suggestion_modules function fix for `__all__` name when import is star](https://github.com/hakancelik96/unimport/pull/64)

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.