PickNikRobotics / generate_parameter_library

Declarative ROS 2 Parameters
BSD 3-Clause "New" or "Revised" License
230 stars 43 forks source link

Update black lib into .pre-commit-config.yaml #194

Closed mosfet80 closed 2 months ago

mosfet80 commented 4 months ago

Updated psf black to last 23 version . Lot ox fix. Python 3.7 runtime support are removed. [docker] Build with 3.12 image

christophfroehlich commented 4 months ago

Why not updating it to the latest 24 version? Fyi: you could bump all hooks to the latest version by running pre-commit autoupdate. I also wrote a reusable workflow for automating that, e.g., running it once a month.