What's Changed
Deprecations
--skip-obsoleteCLI option and itsskip_obsoletecouterpart inpyproject.tomlare being replaced with--skip-unusedandskip_unused, respectively--ignore-obsoleteCLI option and itsignore_obsoletecounterpart inpyproject.tomlare being replaced with--ignore-unusedandignore_unused, respectively
This is done to account for a wording change, as we are replacing "obsolete" with "unused", since it has a clearer meaning for users.
The legacy options will still be usable for the time being, with a warning being shown in the terminal, but they will be removed in a future release, so you are advised to migrate to the new ones.
Features
- Add ability to pass multiple source directories by @mkniewallner in #381
- Replace the word
obsoletewithunusedby @fpgmaas in #373
Bug Fixes
- Load gitignore from where CLI is invoked by @mkniewallner in #380
Full Changelog: 0.10.1...0.11.0