From 2caf2987c015940fbc4385196f7ebe2d2b3eb563 Mon Sep 17 00:00:00 2001 From: Brent Westbrook <36778786+ntBre@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:34:25 -0400 Subject: [PATCH] spaces instead of tabs Co-authored-by: Alex Waygood --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index e40013352e..952e1433b7 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -52,8 +52,8 @@ If left unspecified, Ruff's default configuration is equivalent to: [tool.ruff.lint] # Enable Pyflakes (`F`), a subset of the pycodestyle (`E`) codes, - # and a couple of other codes corresponding to CPython deprecations - # and syntax warnings by default. + # and a couple of other codes corresponding to CPython deprecations + # and syntax warnings by default. # Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or # McCabe complexity (`C901`) by default. select = ["E4", "E7", "E9", "F", "PYI057", "B012"]