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