Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-autoflake: upgrade 2.2.1 -> 2.3.1 | Wang Mingyu | 2024-06-11 | 1 | -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.1 | Richard Leitner | 2023-09-22 | 1 | -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> |