Skip to content

Commit 928115c

Browse files
committed
Updated black version
1 parent d21f7d6 commit 928115c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adabot/lib/circuitpython_library_validators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def _validate_pre_commit_config_yaml(self, file_info):
573573
errors = []
574574

575575
black_repo = "repo: https://github.com/python/black"
576-
black_version = "rev: 20.8b1"
576+
black_version = "rev: 22.3.0"
577577

578578
if black_repo not in text or black_version not in text:
579579
errors.append(ERROR_BLACK_VERSION)

0 commit comments

Comments
 (0)