We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab07e9 commit 49f5286Copy full SHA for 49f5286
README.md
@@ -174,7 +174,8 @@ code base is implemented in.
174
175
## Release notes
176
- v2.3.1:
177
- - Added support for automatic removal of imports.
+ - Started analysing files in bytes instead of trying to convert them into UTF-8 encoded strings.
178
+ - Improved automatic removal of unused imports.
179
- v2.3.0:
180
- Add `--dry` option.
181
- Update error codes to use DCXX format instead of DCXXX.
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "deadcode"
3
-version = "2.3.0"
+version = "2.3.1"
4
authors = [
5
{name = "Albertas Gimbutas", email = "[email protected]"},
6
]
0 commit comments