Skip to content

Commit 868199e

Browse files
committed
Cease using isort
1 parent 05d5e2f commit 868199e

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,6 @@ jobs:
5050
- name: Lint with flake8
5151
run: flake8 .
5252

53-
isort:
54-
runs-on: ubuntu-latest
55-
56-
steps:
57-
- uses: actions/checkout@v4
58-
- name: Set up Python
59-
uses: actions/setup-python@v4
60-
with:
61-
python-version: "3"
62-
- name: Install dependencies
63-
run: |
64-
python -m pip install --upgrade pip
65-
python -m pip install --upgrade isort
66-
- name: Lint with isort
67-
run: isort --check-only --diff .
68-
6953
mypy:
7054
runs-on: ubuntu-latest
7155

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ docs = [
8282
lint = [
8383
"flake8>=3.5.0",
8484
"flake8-simplify",
85-
"isort",
8685
"ruff==0.1.9",
8786
"mypy==1.8.0",
8887
"sphinx-lint",
@@ -130,11 +129,6 @@ exclude = [
130129
"doc/_build",
131130
]
132131

133-
[tool.isort]
134-
line_length = 95
135-
profile = "black"
136-
remove_redundant_aliases = true
137-
138132
[tool.mypy]
139133
check_untyped_defs = true
140134
disallow_incomplete_defs = true

0 commit comments

Comments
 (0)