nixos-rebuild-ng: enable c3 lints
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
@@ -41,6 +41,8 @@ ignore_missing_imports = true
|
||||
extend-select = [
|
||||
# don't shadow built-in names
|
||||
"A",
|
||||
# Better list/set/dict comprehensions
|
||||
"C4",
|
||||
# ensure imports are sorted
|
||||
"I",
|
||||
# Automatically upgrade syntax for newer versions
|
||||
|
||||
Reference in New Issue
Block a user