nixos-rebuild-ng: lint names
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
@@ -59,6 +59,8 @@ extend-select = [
|
||||
"PLW1510",
|
||||
# check for needless exception names in raise statements
|
||||
"TRY201",
|
||||
# Pythonic naming conventions
|
||||
"N",
|
||||
]
|
||||
ignore = [
|
||||
# allow Any type
|
||||
|
||||
Reference in New Issue
Block a user