Browse Source

[pre-commit.ci] pre-commit autoupdate (#1147)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pycqa/isort: 7.0.0 → 8.0.1](https://github.com/pycqa/isort/compare/7.0.0...8.0.1)
- [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.1.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] 1 tháng trước cách đây
mục cha
commit
eb4f8586c1
2 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 2 2
      .pre-commit-config.yaml
  2. 1 0
      fish_speech/datasets/protos/text_data_pb2.py

+ 2 - 2
.pre-commit-config.yaml

@@ -3,13 +3,13 @@ ci:
 
 repos:
   - repo: https://github.com/pycqa/isort
-    rev: 7.0.0
+    rev: 8.0.1
     hooks:
       - id: isort
         args: [--profile=black]
 
   - repo: https://github.com/psf/black-pre-commit-mirror
-    rev: 25.12.0
+    rev: 26.1.0
     hooks:
       - id: black
 

+ 1 - 0
fish_speech/datasets/protos/text_data_pb2.py

@@ -3,6 +3,7 @@
 # source: text-data.proto
 # Protobuf Python Version: 4.25.1
 """Generated protocol buffer code."""
+
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import descriptor_pool as _descriptor_pool
 from google.protobuf import symbol_database as _symbol_database