Skip to content

Commit 5738845

Browse files
committed
Remove Isort
1 parent 0f86d13 commit 5738845

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

pdm.lock

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ cppython = "cppython.plugins.pdm.plugin:CPPythonPlugin"
5454
lint = [
5555
"ruff>=0.8.1",
5656
"mypy>=1.13",
57-
"isort>=5.13.2",
5857
]
5958
test = [
6059
"pytest>=8.3.4",
@@ -76,9 +75,6 @@ exclude = "__pypackages__"
7675
plugins = ["pydantic.mypy"]
7776
strict = true
7877

79-
[tool.isort]
80-
profile = "black"
81-
8278
[tool.ruff]
8379
line-length = 120
8480
preview = true
@@ -129,8 +125,7 @@ source = "scm"
129125
[tool.pdm.scripts]
130126
analyze = {shell = "ruff check cppython tests"}
131127
format = {shell = "ruff format"}
132-
lint = {composite = ["analyze", "format", "sort-imports", "type-check"]}
133-
sort-imports = {shell = "isort --check-only --diff ."}
128+
lint = {composite = ["analyze", "format", "type-check"]}
134129
test = {shell = "pytest --cov=cppython --verbose tests"}
135130
type-check = {shell = "mypy ."}
136131

0 commit comments

Comments
 (0)