Document Core test bootstrap lint exemptions

This commit is contained in:
2026-07-21 13:11:24 +02:00
parent 6502775bf7
commit 9dabd9356d
2 changed files with 4 additions and 1 deletions

View File

@@ -42,3 +42,7 @@ dev = [
"httpx==0.28.1", "httpx==0.28.1",
"httpx2>=2.5,<3", "httpx2>=2.5,<3",
] ]
[tool.ruff.lint.per-file-ignores]
"tests/test_api_smoke.py" = ["E402"]
"tests/test_module_system.py" = ["E402"]

View File

@@ -13,7 +13,6 @@ import stat
import subprocess import subprocess
import sys import sys
import tempfile import tempfile
import textwrap
import tomllib import tomllib
import unittest import unittest
from dataclasses import replace from dataclasses import replace