nixos-rebuild-ng: check for debugger statements
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user