Skip to content

Commit fb22936

Browse files
Elaborate
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 8eaa7c9 commit fb22936

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ruff.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ line-length = 79
99
# Nicer diagnostic output
1010
output-format = "full"
1111

12-
# Enable automatic fixes (use ``fix = false`` or ``--no-fix`` to override)
12+
# Enable automatic fixes by default.
13+
# To override this, use ``fix = false`` in a subdirectory's config file
14+
# or ``--no-fix`` on the CLI
1315
fix = true

0 commit comments

Comments
 (0)