Unimport

Latest version: v1.2.1

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

Scan your dependencies

Page 3 of 7

0.12.2

๐Ÿ› Fixes

- `--color=never` is now respected when showing the diffs

0.12.1

Features

- ๐Ÿ”ฅ Add if condition analysis and ๐Ÿงช Refactor PR 247 by hakancelikdev

For example;

python
import sys

if sys.version_info >= (3, 8):
from typing import Literal
else:
from typing_extensions import Literal


- ๐Ÿ”ฅ setup.py remove and pyproject.toml was added. PR 245 by hakancelikdev

0.11.3

- Fix main.py to run unimport

0.11.2

- [Fix Re complile fail mentioning 'ps_d' when using --gitignore by hakancelikdev](https://github.com/hakancelikdev/unimport/pull/241)
- For Python 3.7 and above
- Drop support for patspec, 0.5.0 above and below 0.10.0 versions.
- Only 0.10.0 and above versions are supported, in these versions the gitignore
parameter works more accurately.
- For more accurate results when using --gitignore parameter, please do not use
Python 3.6 and Windows.
- Docs update by hakancelikdev
- [Refactor main.py and add tests by hakancelikdev](https://github.com/hakancelikdev/unimport/pull/238)

**Warning**
In this version unimport does not work properly, sorry for this problem please use version 0.11.3.

0.11.1

Fix setup

0.10.0

- [๐Ÿ’ช Support Github action by hakancelikdev](https://github.com/hakancelikdev/unimport/pull/231)
- [๐Ÿž Fix: configurations flow by hakancelikdev](https://github.com/hakancelikdev/unimport/pull/230)
- [๐Ÿž Fix: exit code behavior by hakancelikdev](https://github.com/hakancelikdev/unimport/pull/225)

Page 3 of 7

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.