Skip to content

Commit 685a84e

Browse files
isort remove rc
1 parent 7a950ff commit 685a84e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

decrypt_oracle/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ commands = seed-isort-config
233233
[testenv:isort]
234234
basepython = python3
235235
deps = isort
236-
commands = isort -rc \
236+
commands = isort \
237237
src \
238238
test \
239239
#doc \

performance_tests/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ commands = seed-isort-config
128128
[testenv:isort]
129129
basepython = python3
130130
deps = -r../dev_requirements/linter-requirements.txt
131-
commands = isort -rc \
131+
commands = isort \
132132
src \
133133
test \
134134
setup.py \

test_vector_handlers/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ commands = seed-isort-config
184184
[testenv:isort]
185185
basepython = python3
186186
deps = -r../dev_requirements/linter-requirements.txt
187-
commands = isort -rc \
187+
commands = isort \
188188
src \
189189
test \
190190
setup.py \

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ commands = seed-isort-config
242242
[testenv:isort]
243243
basepython = python3
244244
deps = -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

0 commit comments

Comments
 (0)