aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-10-15 09:25:40 +0000
committerGravatar GitHub <[email protected]>2021-10-15 09:25:40 +0000
commit8359c64e31a372fd5dc3bda2560fd1aaafb72ac5 (patch)
treefc08dc04b6fbb075f7b19f90776590ad589183ee
parentMerge remote-tracking branch 'origin/main' into experiments/isort (diff)
Isort: set atomic to true
-rw-r--r--pyproject.toml1
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