Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 2 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 921157d9034..0b022dfeb34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,11 +40,5 @@ exclude = """
./source/tools/*,
"""
-# Match CPU count.
-jobs = 0
-
-# Format files in-place.
-in_place = true
-
-# Format directories recursively (except for excluded paths).
-recursive = true
+# Omit settings such as `jobs`, `in_place` & `recursive` as they can cause editor utilities that auto-format on save
+# to fail if the STDIN/STDOUT is used for formatting (which isn't compatible with these options).