(🎁) specify files in config file
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 953
- Forks
- 97
- Avg merge
- 2m
- Merged PRs (30d)
- 4
Description
I want to specify the "files" option in my config file, so that I can invoke like: 👉 autoflake.
[tool.autoflake]
files = ["scripts", "src"]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating how autoflake reads the [tool.autoflake] TOML configuration and how the command handles paths. Check whether the files option is currently parsed or passed to the CLI, then verify that running autoflake with no positional paths uses entries such as scripts and src. Done means the documented configuration invokes autoflake on those paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100