nixos-rebuild-ng: lint names

Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
Jörg Thalheim
2025-02-07 09:08:52 +07:00
parent 34976988fa
commit 2db32dd189
@@ -59,6 +59,8 @@ extend-select = [
"PLW1510",
# check for needless exception names in raise statements
"TRY201",
# Pythonic naming conventions
"N",
]
ignore = [
# allow Any type