py_binary(
    name = "autoflake",
    main = "__main__.py",
    deps = [
        py_requirement("autoflake"),
    ]
)