Bump version of 'black' for pre-commit

I ran "pre-commit autoupdate" and it updated 'black'.  I'm checking
this in.  The updated black didn't cause any formatting changes to the
Python code.
This commit is contained in:
Tom Tromey
2025-09-29 08:01:49 -06:00
parent e60de09e8a
commit a9843267ad

View File

@@ -41,7 +41,7 @@ minimum_pre_commit_version: 3.2.0
default_install_hook_types: [pre-commit, commit-msg]
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.1.0
rev: 25.9.0
hooks:
- id: black
types_or: [file]