Skip to content

Commit

Permalink
[ros2] Update black version
Browse files Browse the repository at this point in the history
Running pre-commit with the current black version is broken, and should be updated as per moveit/moveit2#1148
  • Loading branch information
stephanie-eng committed Mar 29, 2022
1 parent 55118d2 commit 4df1a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
args: ['-fallback-style=none', '-i']

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black

Expand Down

0 comments on commit 4df1a4f

Please sign in to comment.