mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
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:
parent
df2f1c7f29
commit
9858ce4d31
6 changed files with 112 additions and 88 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue