Commit 2db32dd1 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

nixos-rebuild-ng: lint names

parent 34976988
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ extend-select = [
    "PLW1510",
    # check for needless exception names in raise statements
    "TRY201",
    # Pythonic naming conventions
    "N",
]
ignore = [
    # allow Any type