Revision f2dba177adf000b5bf855e98d16afc762bd9b0e0 authored by Valentin Lorentz on 08 April 2021, 17:26:53 UTC, committed by Valentin Lorentz on 12 April 2021, 11:18:58 UTC
Otherwise, they will get an error asking them to install Click
(or Dulwich if Click installed and they use -t snapshot)
1 parent 27a05d6
Raw File
pyproject.toml
[tool.black]
target-version = ['py37']

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 88
force_sort_within_sections = true
back to top