* 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
9 lines
255 B
INI
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
|