mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 19:00:09 -04:00
19 lines
262 B
TOML
19 lines
262 B
TOML
[project]
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.black]
|
|
target-version = ['py38']
|
|
line-length = 119
|
|
force-exclude = '''
|
|
/(
|
|
migrations
|
|
)/
|
|
'''
|
|
|
|
[tool.isort]
|
|
py_version = 38
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|
|
use_parentheses = true
|
|
skip = "migrations"
|