Skip to content

Commit a5d2fb5

Browse files
[pre-commit.ci] pre-commit autoupdate (#253)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) * [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>
1 parent af2ce07 commit a5d2fb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/psf/black
18-
rev: 24.10.0
18+
rev: 25.1.0
1919
hooks:
2020
- id: black
2121
args: ["--line-length", "100"]
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.13.2
24+
rev: 6.0.0
2525
hooks:
2626
- id: isort
2727
files: \.py$
2828
args: [--profile=black]
2929

3030
- repo: https://github.com/executablebooks/mdformat
31-
rev: 0.7.21
31+
rev: 0.7.22
3232
hooks:
3333
- id: mdformat
3434
additional_dependencies:

sdgx/models/statistics/single_table/gaussian.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
GaussianMultivariate module.
3-
需要对 copulas 的代码进行修改 + 性能优化
2+
GaussianMultivariate module.
3+
需要对 copulas 的代码进行修改 + 性能优化
44
"""
55

66
import logging

0 commit comments

Comments
 (0)