diff --git a/.conduit.yaml b/.conduit.yaml index a10df84..e09d618 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -1,6 +1,14 @@ --- - location: ~/.config/python +- pip: + - yapf + - isort + - pylint + - flake8 + - ipython + - ipdb - symlink: - {src: flake8, dst: ~/.config/flake8} - {src: pylintrc, dst: ~/.pylintrc} - - {src: ipython_config.py, dst: ~/.ipython/profile_default/ipython_config.py} + - src: ipython_config.py + dst: ~/.ipython/profile_default/ipython_config.py