File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ docs = [
8282lint = [
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 ]
139133check_untyped_defs = true
140134disallow_incomplete_defs = true
You can’t perform that action at this time.
0 commit comments