Skip to content

Commit 8315e01

Browse files
committed
remove isort for now.
1 parent b6a194a commit 8315e01

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

.github/workflows/backend.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ jobs:
7272
base_dir: 'backend'
7373
check: 'flake8'
7474

75-
isort:
76-
runs-on: ubuntu-latest
77-
needs:
78-
- meta
79-
steps:
80-
- name: Checkout codebase
81-
uses: actions/checkout@v4
82-
83-
- name: Run check
84-
uses: plone/code-analysis-action@2.1.2
85-
with:
86-
base_dir: 'backend'
87-
check: 'isort'
8875

8976
zpretty:
9077
runs-on: ubuntu-latest
@@ -134,7 +121,6 @@ jobs:
134121
- meta
135122
- black
136123
- flake8
137-
- isort
138124
- zpretty
139125
- tests
140126
permissions:

backend/.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ repos:
1111
hooks:
1212
- id: pyupgrade
1313
args: [--py38-plus]
14-
- repo: https://github.com/pycqa/isort
15-
rev: 5.12.0
16-
hooks:
17-
- id: isort
1814
- repo: https://github.com/psf/black
1915
rev: 23.9.1
2016
hooks:

backend/tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ deps =
4949
pre-commit
5050
commands =
5151
pre-commit run -a pyupgrade
52-
pre-commit run -a isort
5352
pre-commit run -a black
5453
pre-commit run -a zpretty
5554

0 commit comments

Comments
 (0)