From 532741001264cd3370fcdc226bc84f1768df184f Mon Sep 17 00:00:00 2001 From: DanielFEvans <41120183+DanielFEvans@users.noreply.github.com> Date: Fri, 7 May 2021 08:48:53 +0100 Subject: [PATCH] Update options.md Add note that --atomic is not compatible with Cython. --- docs/configuration/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/options.md b/docs/configuration/options.md index 0a0cb8ead..c9d665aeb 100644 --- a/docs/configuration/options.md +++ b/docs/configuration/options.md @@ -468,7 +468,7 @@ Order imports by type, which is determined by case, in addition to alphabeticall ## Atomic -Ensures the output doesn't save if the resulting file contains syntax errors. +Ensures the output doesn't save if the resulting file contains syntax errors. This option is not compatible with Cython code. **Type:** Bool **Default:** `False`