nixos-rebuild-ng: check for debugger statements

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 254d7f7cf0
commit cca8865fa6
@@ -43,6 +43,8 @@ extend-select = [
"A",
# Better list/set/dict comprehensions
"C4",
# Check for debugger statements
"T10",
# ensure imports are sorted
"I",
# Automatically upgrade syntax for newer versions