We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2ce07 commit a5d2fb5Copy full SHA for a5d2fb5
.pre-commit-config.yaml
@@ -15,20 +15,20 @@ repos:
15
- id: trailing-whitespace
16
17
- repo: https://github.com/psf/black
18
- rev: 24.10.0
+ rev: 25.1.0
19
hooks:
20
- id: black
21
args: ["--line-length", "100"]
22
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.13.2
+ rev: 6.0.0
25
26
- id: isort
27
files: \.py$
28
args: [--profile=black]
29
30
- repo: https://github.com/executablebooks/mdformat
31
- rev: 0.7.21
+ rev: 0.7.22
32
33
- id: mdformat
34
additional_dependencies:
sdgx/models/statistics/single_table/gaussian.py
@@ -1,6 +1,6 @@
1
"""
2
- GaussianMultivariate module.
3
- 需要对 copulas 的代码进行修改 + 性能优化
+GaussianMultivariate module.
+需要对 copulas 的代码进行修改 + 性能优化
4
5
6
import logging
0 commit comments