summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autoflake_2.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-autoflake: upgrade 2.2.1 -> 2.3.1Wang Mingyu2024-06-111-12/+0
| | | | | | | | | | | Changelog: =========== - Update pre-commit config - github/workflows/main: use pre-commit/action - Always set encoding when reading setup.cfg Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autoflake: add recipe for v2.2.1Richard Leitner2023-09-221-0/+12
autoflake is a python library which removes unused imports and unused variables from Python code. This recipe uses pypi as source: https://pypi.org/project/autoflake/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>