Files
redash/pyproject.toml
Jun 24fe1dd121 add pre-commit (#6156)
Signed-off-by: Ye Sijun <junnplus@gmail.com>
2023-07-10 17:21:03 +09:00

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"