Skip to content

Commit c1f34b8

Browse files
committed
ignoring isort from check
1 parent 2317e95 commit c1f34b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ def check(ctx):
127127
# log.write('Running flake8 python linter...')
128128
# ctx.run('flake8 src tests setup.py')
129129

130-
log.write('Checking python imports...')
131-
ctx.run('isort --check-only --diff --recursive src tests setup.py')
130+
# log.write('Checking python imports...')
131+
# ctx.run('isort --check-only --diff --recursive src tests setup.py')
132132

133133

134134
@task(help={

0 commit comments

Comments
 (0)