diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2024-04-22 21:43:02 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2024-04-23 09:20:42 -0400 |
commit | 6a7d971a8a95d35310388959acfa82bc9d63aba6 (patch) | |
tree | 494a6f6812c82d8b1637edba3ec2f3a7b79546ef | |
parent | e79ee36b5ae4b60853e91896758bade48e804030 (diff) | |
download | binutils-6a7d971a8a95d35310388959acfa82bc9d63aba6.zip binutils-6a7d971a8a95d35310388959acfa82bc9d63aba6.tar.gz binutils-6a7d971a8a95d35310388959acfa82bc9d63aba6.tar.bz2 |
gdb: bump black version to 24.4.0
Run `pre-commit autoupdate`, this is the outcome. There is no change in
formatting of Python files.
Change-Id: I977781fa6cc924c398cc3b9d9954dc0fbb95d082
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8721dac..3ff2182 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.3.0 + rev: 24.4.0 hooks: - id: black types_or: [file] |