Upgrade black 23.1.0 -> 25.1.0 for Python 3.14 compatibility

black 23.1.0 uses ast.Str which was removed in Python 3.14, causing
pre-commit CI to crash on any PR that touches Python files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adil Hafeez 2026-02-12 06:01:30 +00:00
parent df2f1c7f29
commit 9858ce4d31
6 changed files with 112 additions and 88 deletions

View file

@ -31,7 +31,7 @@ repos:
pass_filenames: false
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 25.1.0
hooks:
- id: black
language_version: python3