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

18 lines
373 B
YAML

---
- location: ~/.config/python
- pip:
- yapf
- isort
- pylint
- flake8
- ipython
- ipdb
- grip
- python-gist
- 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}