Extentions to Pycharm code formatting tools
Extentions to Pycharm code formatting tools.
Currently supported are flake8 and black on a selected code block.
Usage
Flake8 [PEP8] validation on selected code block
Black formatting on selected code block
Installation
- Install the repo (preferably in conda env or virtualenv):
pip install git+https://github.com/haim0n/pycharm_ext_tools.git
- Add new external tool per utility (e.g. flake8) as follows:
File -> Settings -> Tools -> External Tools -> '+' (Add)
For conda environment named dev
fill in the params: