Skip to content

Commit

Permalink
chore: Added unimport script
Browse files Browse the repository at this point in the history
Unimport is not yet a tool. It is crashing on Python 3.12
  • Loading branch information
carstencodes committed Oct 25, 2023
1 parent 6041306 commit 7217a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ paths = [
[project.urls]
homepage = "https://github.com/carstencodes/pdm-bump"

[project.optional-dependencies]

[project.entry-points.pdm]
pdm-bump = "pdm_bump:main"

Expand Down Expand Up @@ -83,6 +81,7 @@ mypy = "mypy src/"
pylint = "pylint src/"
isort = "isort src/"
black = "black src/"
unimport = "unimport src/"
autoflake = "autoflake --ignore-pass-statements --remove-all-unused-imports --in-place --recursive src"
radon_cc = "radon cc --total-average --show-complexity --json --output-file radon.cc.json src/"
radon_mi = "radon mi --show --json --output-file radon.mi.json src/"
Expand All @@ -102,6 +101,7 @@ composite = [
[tool.pdm.scripts.format]
composite = [
"copyright-headers",
# "unimport",
"isort",
"black",
"autoflake",
Expand Down

0 comments on commit 7217a66

Please sign in to comment.