File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ commands = seed-isort-config
233233[testenv:isort]
234234basepython = python3
235235deps = isort
236- commands = isort -rc \
236+ commands = isort \
237237 src \
238238 test \
239239 # doc \
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ commands = seed-isort-config
128128[testenv:isort]
129129basepython = python3
130130deps = -r../dev_requirements/linter-requirements.txt
131- commands = isort -rc \
131+ commands = isort \
132132 src \
133133 test \
134134 setup.py \
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ commands = seed-isort-config
184184[testenv:isort]
185185basepython = python3
186186deps = -r../dev_requirements/linter-requirements.txt
187- commands = isort -rc \
187+ commands = isort \
188188 src \
189189 test \
190190 setup.py \
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ commands = seed-isort-config
242242[testenv:isort]
243243basepython = python3
244244deps = -rdev_requirements/linter-requirements.txt
245- commands = isort -rc \
245+ commands = isort \
246246 src \
247247 test \
248248 # We do not include examples/test because of the need to modify sys.path for some imports
You can’t perform that action at this time.
0 commit comments