document configurations required for formatting and linting

This commit is contained in:
smilerz
2024-04-08 19:16:18 -05:00
parent 38b22f3a56
commit 2e6cc3e58e
21 changed files with 476 additions and 220 deletions

View File

@@ -1,14 +1,12 @@
[tool.yapf]
column_limit = 179
based_on_style = "pep8"
# each_dict_entry_on_separate_line = true
DISABLE_ENDING_COMMA_HEURISTIC = false
COALESCE_BRACKETS = true
DEDENT_CLOSING_BRACKETS = true
FORCE_MULTILINE_DICT = false
[tool.isort]
multi_line_output = 3
include_trailing_comma = true
multi_line_output = 5
skip = [".gitignore", ".dockerignore"]
line_length = 179