From 918feed69532fc6ac0050f714f256ab0ca9cf3e8 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:05:12 +0100 Subject: [PATCH] Enable automatic formatting for ``tests/`` (#12761) --- .ruff.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.ruff.toml b/.ruff.toml index 4938e3221..608c811da 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -485,18 +485,4 @@ exclude = [ "sphinx/transforms/*", "sphinx/util/*", "sphinx/writers/*", - "tests/*", - "tests/roots/*", - "tests/test_builders/*", - "tests/test_config/*", - "tests/test_directives/*", - "tests/test_domains/*", - "tests/test_environment/*", - "tests/test_extensions/*", - "tests/test_intl/*", - "tests/test_markup/*", - "tests/test_pycode/*", - "tests/test_transforms/*", - "tests/test_util/*", - "tests/test_writers/*", ]