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) ca69ff89a3 Add python config files and .conduit.yaml
* Add pylint config file
* Add flake8 config file
* Add ipython config file
2018-08-24 17:30:18 +01:00

7 lines
209 B
YAML

---
- location: ~/.config/python
- symlink:
- {src: flake8, dst: ~/.config/flake8}
- {src: pylintrc, dst: ~/.pylintrc}
- {src: ipython_config.py, dst: ~/.ipython/profile_default/ipython_config.py}