This repository has been archived on 2023-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
python/.conduit.yaml
Kenneth Benzie (Benie) e22f4d6123 Add pip config file
Set the option to display the of `pip list` in `columns` mode.
2019-08-22 22:04:57 +01:00

16 lines
344 B
YAML

---
- 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: pip.conf, dst: ~/.config/pip/pip.conf}