diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2020-07-12 16:52:33 -0700 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2020-07-12 16:52:33 -0700 |
| commit | 4481cfeef8b2fd90a485f2f871e9689750b48220 (patch) | |
| tree | 9c39dd794cf1bcbd22d3b710bd77aa87aa2e146a /pyproject.toml | |
| parent | 5269b28e728a470b94f194bf8febd46278b1f356 (diff) | |
| download | pyramid-4481cfeef8b2fd90a485f2f871e9689750b48220.tar.gz pyramid-4481cfeef8b2fd90a485f2f871e9689750b48220.tar.bz2 pyramid-4481cfeef8b2fd90a485f2f871e9689750b48220.zip | |
Update flags/config to isort 5.x
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6e28b2347..9bdd2274c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,13 @@ exclude = ''' # This next section only exists for people that have their editors # automatically call isort, black already sorts entries on its own when run. [tool.isort] +profile = "black" multi_line_output = 3 +src_paths = ["src", "tests"] +skip_glob = ["docs/*"] include_trailing_comma = true force_grid_wrap = false combine_as_imports = true -use_parenthesis = true line_length = 79 force_sort_within_sections = true no_lines_before = "THIRDPARTY" |
