ruff: Ignore accessed internal variable error as it is needed in tests quite often

remove incorrect doc change
This commit is contained in:
Qubasa
2025-07-24 18:28:18 +07:00
parent 7146c97362
commit 033f34c0b8
2 changed files with 2 additions and 2 deletions

View File

@@ -85,8 +85,7 @@ export CLAN_DEBUG_COMMANDS=1
These options help you pinpoint the source and context of print messages and debug logs during development.
!!! Note
`CLAN_DEBUG_NIX_SELECTORS` and `CLAN_DEBUG_NIX_PREFETCH` will only print the command on a cache miss!
## Analyzing Performance

View File

@@ -52,6 +52,7 @@ lint.ignore = [
"TRY301",
"TRY300",
"ANN401",
"SLF001",
"RUF100",
"TRY400",
"E402",