Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 541 Bytes

shared_profiles.md

File metadata and controls

18 lines (14 loc) · 541 Bytes

Shared Profiles

As well as the built in profiles, you can define and share your own profiles.

All that's required is to create a Python package that exposes an entry point to a dictionary exposing profile settings under isort.profiles. An example is available within the isort repo

Example .isort.cfg

[options.entry_points]
isort.profiles =
    shared_profile=my_module:PROFILE