File tree Expand file tree Collapse file tree 3 files changed +0
-19
lines changed
Expand file tree Collapse file tree 3 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 4949 pre-commit
5050commands =
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
You can’t perform that action at this time.
0 commit comments