issues
search
hakancelikdev
/
unimport
:rocket: The ultimate linter and formatter for removing unused import statements in your code.
https://unimport.hakancelik.dev/
MIT License
239
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Incorrectly suggesting removal of module used in `TYPE_CHECKING`
#313
ntjess
opened
7 months ago
1
Python 3.12 support added
#312
hakancelikdev
closed
10 months ago
0
Python 3.7 support dropped & Improved Type Comment Analysis
#311
hakancelikdev
closed
10 months ago
0
Support Python 3.12
#310
gregorni
closed
10 months ago
3
Register on pre-commit.com
#309
gregorni
closed
10 months ago
1
Drop Python3.7
#308
hakancelikdev
closed
10 months ago
0
Python 3.6 support dropped #306
#307
hakancelikdev
closed
11 months ago
0
Drop Python3.6
#306
hakancelikdev
closed
11 months ago
0
Move it under typing.TYPE_CHECKING if an import is used only for typing
#305
hakancelikdev
opened
11 months ago
0
Add: Support for Python version 3.11.
#304
hakancelikdev
closed
12 months ago
0
Implement function (and remove distutils dependency)
#303
hakancelikdev
closed
12 months ago
1
Add support for Python3.12
#302
hakancelikdev
closed
10 months ago
0
Add support for Python 3.11
#301
hakancelikdev
closed
12 months ago
0
Exercise CI under py3.11 & updates metadata/docs to include py3.11
#300
mxr
closed
12 months ago
4
Allow running under Python 3.12
#299
mxr
closed
10 months ago
2
Remove `distutils` usage
#298
mxr
closed
12 months ago
1
`unimport` crashes on py3.12 due to `distutils` removal
#297
mxr
closed
12 months ago
13
Finally, version 1.0.0 is ready #271
#296
hakancelikdev
closed
1 year ago
0
Fix: ignore-init setting is not working from command line call #263
#295
hakancelikdev
closed
1 year ago
0
Unimport does not work correctly when there is a nested if statement.
#294
hakancelikdev
opened
1 year ago
0
Implement concurrent processing using asyncio for efficient CPU utilization
#293
hakancelikdev
opened
1 year ago
0
False positives
#292
ArneBachmannDLR
opened
1 year ago
1
Check fails with match statement present in Python 3.11
#291
ArneBachmannDLR
closed
12 months ago
4
Typo in docs/FAQ.md
#290
Konubinix
closed
1 year ago
1
Add support like command line commands in configuration files.
#289
hakancelikdev
closed
1 year ago
0
Raise more human-readable exceptions when the key is mistyped in the configuration.
#288
hakancelikdev
closed
1 year ago
0
Add support like command line commands in configuration files.
#287
hakancelikdev
closed
1 year ago
0
Raise more human-readable exceptions when the key is mistyped in the configuration.
#286
hakancelikdev
closed
1 year ago
0
#284 Fix: attribute as import refactor issue
#285
hakancelikdev
closed
1 year ago
0
Fail to remove `import matplotlib.pyplot as plt`
#284
ThomasParistech
closed
1 year ago
3
[BUG] - KeyError: 'requirements'
#283
Someone894
closed
1 year ago
11
fix: Running without options or a config file #281
#282
hakancelikdev
closed
1 year ago
1
`unimport` with no options and no config file produces an error
#281
mxr
closed
1 year ago
0
release: 0.14.0
#280
hakancelikdev
closed
1 year ago
0
feat: #256 Automatically pick up config options from setup.cfg if it is present in the project root.
#279
hakancelikdev
closed
1 year ago
5
V0.13.0
#277
hakancelikdev
closed
1 year ago
0
feat: The remove command is set to the default behavior.
#276
hakancelikdev
closed
1 year ago
0
pre-commit autoupdate yields a weird result
#275
isik-kaplan
closed
1 year ago
5
v0.13.0
#274
hakancelikdev
closed
1 year ago
0
The remove command is set to the default behavior.
#273
hakancelikdev
closed
1 year ago
2
v1.3.0
#272
hakancelikdev
opened
1 year ago
0
v1.0.0
#271
hakancelikdev
closed
1 year ago
0
Add `--remove` arg to `.pre-commit-hooks.yaml`
#270
mxr
closed
1 year ago
4
v0.12.3
#269
hakancelikdev
closed
1 year ago
0
[pre-commit.ci] pre-commit autoupdate
#268
pre-commit-ci[bot]
closed
1 year ago
0
V0.12.2
#267
hakancelikdev
closed
2 years ago
0
Don't color diffs when `--color=never` is used
#266
BenjaminSchubert
closed
2 years ago
1
unimport --diff --color=never output uses colors
#265
BenjaminSchubert
closed
2 years ago
0
[pre-commit.ci] pre-commit autoupdate
#264
pre-commit-ci[bot]
closed
2 years ago
0
ignore-init setting is not working from command line call
#263
cgl
closed
1 year ago
6
Next