pablogsal / black-pycharm

Pycharm plugin for https://github.com/ambv/black
32 stars 11 forks source link

Proposal: Allow the configuration of command line arguments #4

Closed funkyfuture closed 1 year ago

funkyfuture commented 6 years ago

black has command line options that make sense to be configured for the plugin, also / especially on a project level, like the skipping of string normalization and Python 3.6 features.

thorntonjohn commented 5 years ago

You can add your black configuration in a pyproject.toml file in your project. https://black.readthedocs.io/en/stable/pyproject_toml.html