Remove conduit config

This commit is contained in:
Kenneth Benzie 2021-11-06 16:45:01 +00:00
parent 022187586a
commit 71f1434167

View File

@ -1,19 +0,0 @@
---
- location: ~/.config/python
- brew:
- 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}