Shared Profiles - isort (original) (raw)
- Home
- Changelog
- Configuration
Configuration - Contributing
Contributing - Howto
Howto- Shared Profiles Shared Profiles
Table of contents
* Example .isort.cfg
- Shared Profiles Shared Profiles
- Major Releases
Major Releases - Quick Start
Quick Start - Upgrade Guides
Upgrade Guides - Warning And Error Codes
Warning And Error Codes - Reference
Reference- Isort
Isort
* API
* Comments
* Core
* Exceptions
* Files
* Format
* Hooks
* Identify
* Index
* Io
* Literal
* Logo
* Main
* Output
* Parse
* Place
* Profiles
* Pylama Isort
* Sections
* Settings
* Setuptools Commands
* Sorting
* Utils
* Wrap
* Wrap Modes
* Deprecated
Deprecated
* Finders
* Index
* Stdlibs
Stdlibs
* All
* Index
* Py2
* Py27
* Py3
* Py310
* Py311
* Py36
* Py37
* Py38
* Py39
- Isort
Table of contents
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 isortrepo
Example .isort.cfg
[options.entry_points] isort.profiles = shared_profile=my_module:PROFILE