diff options
author | 2021-10-15 09:25:40 +0000 | |
---|---|---|
committer | 2021-10-15 09:25:40 +0000 | |
commit | 8359c64e31a372fd5dc3bda2560fd1aaafb72ac5 (patch) | |
tree | fc08dc04b6fbb075f7b19f90776590ad589183ee | |
parent | Merge remote-tracking branch 'origin/main' into experiments/isort (diff) |
Isort: set atomic to true
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index d3a00e121..515514c7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,3 +79,4 @@ order_by_type = false case_sensitive = true combine_as_imports = true line_length = 120 +atomic = true |