File tree 2 files changed +10
-9
lines changed
pipeline_plugins/components/collections/sites/open/job 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- default_stages : [pre- commit]
1
+ default_stages : [commit]
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v5.0 .0
4
+ rev : v2.1 .0
5
5
hooks :
6
6
- id : check-merge-conflict
7
7
- repo : https://github.com/psf/black
8
- rev : 24.10 .0
8
+ rev : 22.8 .0
9
9
hooks :
10
10
- id : black
11
11
language_version : python3.11.10
12
12
- repo : https://github.com/pycqa/isort
13
13
rev : 5.13.2
14
14
hooks :
15
15
- id : isort
16
- args : ["--profile", "black"]
16
+ args : ["--profile", "black", "--filter-files" ]
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
18
rev : v2.1.0
19
19
hooks :
20
20
- id : flake8
21
21
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
22
- rev : v9.19 .0
22
+ rev : v9.11 .0
23
23
hooks :
24
24
- id : commitlint
25
25
stages : [commit-msg]
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ # isort: skip_file
2
3
"""
3
4
Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community
4
5
Edition) available.
15
16
16
17
__group_name__ = _ ("作业平台(JOB)" )
17
18
18
- from .all_biz_execute_job_plan import * # noqa
19
- from .all_biz_fast_execute_script import * # noqa
20
- from .all_biz_fast_push_file import * # noqa
21
19
from .base import JobService , Jobv3Service # noqa
22
20
from .cron_task import * # noqa
23
21
from .execute_task import * # noqa
24
22
from .fast_execute_script import * # noqa
25
23
from .fast_push_file import * # noqa
26
- from .local_content_upload import * # noqa
27
24
from .push_local_files import * # noqa
25
+ from .local_content_upload import * # noqa
26
+ from .all_biz_fast_push_file import * # noqa
27
+ from .all_biz_fast_execute_script import * # noqa
28
+ from .all_biz_execute_job_plan import * # noqa
You can’t perform that action at this time.
0 commit comments