ruff: Ignore accessed internal variable error as it is needed in tests quite often
remove incorrect doc change
This commit is contained in:
@@ -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.
|
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
|
## Analyzing Performance
|
||||||
|
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ lint.ignore = [
|
|||||||
"TRY301",
|
"TRY301",
|
||||||
"TRY300",
|
"TRY300",
|
||||||
"ANN401",
|
"ANN401",
|
||||||
|
"SLF001",
|
||||||
"RUF100",
|
"RUF100",
|
||||||
"TRY400",
|
"TRY400",
|
||||||
"E402",
|
"E402",
|
||||||
|
|||||||
Reference in New Issue
Block a user