aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2024-04-22 21:43:02 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-05-16 11:34:40 -0400
commit74d2676602ee0b812478797953f95cf9a9de2ed4 (patch)
tree2c843767d08075547665f94f47324e4e31b5dc27
parent8f155672d3457b5a014a99a6bd61b2b8be1d1c16 (diff)
downloadgdb-74d2676602ee0b812478797953f95cf9a9de2ed4.zip
gdb-74d2676602ee0b812478797953f95cf9a9de2ed4.tar.gz
gdb-74d2676602ee0b812478797953f95cf9a9de2ed4.tar.bz2
gdb: bump black version to 24.4.2
Run `pre-commit autoupdate`, this is the outcome. There is no change in formatting of Python files. Change-Id: I79c221af1b2192f866a344ab17d6199b137371cb
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3ff2182..722307d 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.4.0
+ rev: 24.4.2
hooks:
- id: black
types_or: [file]