From 506685078c088932e53edca65b89614fc1512cc2 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 25 Aug 2018 21:26:32 +0100 Subject: [PATCH] Add python development pip packages --- .conduit.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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