# NOTE: The AO repo is completely linted. # Add linting rules here lint.select = ["F", "I"] lint.ignore = ["E731"] # Exclude third-party modules exclude = [ "third_party/*", "torchao/prototype/paretoq/*", ]