1
0
mirror of synced 2026-01-02 21:02:43 -05:00
Files
airbyte/tools/python/.isort.cfg
Jared Rhizor b34d559df3 Python Developer Experience (#684)
* add symlinks for intellij includes

* add python support for exchangerate

* add python support for other modules

* get working across all projects

* add pydantic deps

* revert testing code

* mypy

* use python 3.7 in github actions

* remove unused envs plugin

* increase line length

* increase line length to 140 (run formatting)

* don't ignore most init.py

* does this happen to work on github actions?

* try to fix generation

* try to have GA chown

* exclude re-generation
2020-10-23 12:43:18 -07:00

9 lines
255 B
INI

[settings]
# This is to make isort compatible with Black. See
# https://black.readthedocs.io/en/stable/the_black_code_style.html#how-black-wraps-lines.
line_length=140
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True