There's a closed pull request on the void-packages repository black: update to 22.3.0. https://github.com/void-linux/void-packages/pull/34520 Description: #### Testing the changes - I tested the changes in this PR: **YES** ``` $ black --target-version py310 47cfr97 Usage: black [OPTIONS] SRC ... Try 'black -h' for help. Error: Invalid value for '-t' / '--target-version': invalid choice: py310. (choose from py27, py33, py34, py35, py36, py37, py38, py39) $ black --target-version py310 47cfr97 reformatted 47cfr97 All done! ✨ 🍰 ✨ 1 file reformatted. ```