Skip to content
Snippets Groups Projects
Commit cb2b7c4daf2d authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: use isort with odoo configuration

parent c5bc520ae788
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
_logger.info('Running isort')
call([
'docker', 'run', '--rm', '--volume',
'{}:/mnt'.format(os.environ['PWD']), 'xcgd/isort',
'{}:/mnt'.format(os.environ['PWD']), 'xcgd/isort:odoo',
'sh', '-c', 'cd /mnt && isort -c'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment