I want to specify the "files" option in my config file, so that I can invoke like: `👉 autoflake`. ```toml [tool.autoflake] files = ["scripts", "src"] ```