From: Simon Marchi Date: Wed, 20 Mar 2024 18:44:16 +0000 (-0400) Subject: .pre-commit-config.yaml: bump black hook to 24.3.0 X-Git-Tag: gdb-15-branchpoint~667 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5e9331b6ba459fa211229e56d63b11daaab3330;p=thirdparty%2Fbinutils-gdb.git .pre-commit-config.yaml: bump black hook to 24.3.0 Running `pre-commit autoupdate` showed that there is a new version of the black hook for v24.3.0. Update it. ChangeLog: * .pre-commit-config.yaml: Bump black hook to 24.3.0 Change-Id: I5ec7d2edf99cd15f6525281a43aed9ff481ee9ee --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b8d1ef7dc74..7afe60c20be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black files: 'gdb/.*' diff --git a/ChangeLog b/ChangeLog index e1b17767d47..5faf5c5569b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-03-20 Simon Marchi + + * .pre-commit-config.yaml: Bump black hook to 24.3.0 + 2024-03-20 Simon Marchi * .pre-commit-config.yaml: New.