Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0f6b778
Update azure-pipelines.yml
wangzelin007 Jul 12, 2023
aa2962e
Update azure-pipelines.yml
wangzelin007 Jul 12, 2023
5d49c19
Update azure-pipelines.yml
wangzelin007 Jul 12, 2023
03b4199
Update azure-pipelines.yml
wangzelin007 Jul 12, 2023
cbf7b3d
Update azure-pipelines.yml
wangzelin007 Aug 3, 2023
8a7f42b
update
wangzelin007 Aug 3, 2023
46ae8fb
Empty
wangzelin007 Aug 9, 2023
9231cd7
Merge branch 'main' into fix_static_analysis
wangzelin007 Aug 11, 2023
158dec1
Update azure-pipelines.yml
wangzelin007 Aug 11, 2023
2613175
Update azdev_setup.yml
wangzelin007 Aug 11, 2023
3568713
Update azure-pipelines.yml
wangzelin007 Aug 11, 2023
377f4f0
Update azure-pipelines.yml
wangzelin007 Aug 11, 2023
bf31b04
Empty
wangzelin007 Nov 23, 2023
125df2c
Merge branch 'main' into fix_static_analysis
wangzelin007 Nov 23, 2023
d0055e4
update
wangzelin007 Nov 23, 2023
6a2cec8
modify containerapp
wangzelin007 Nov 23, 2023
d4f8312
update
wangzelin007 Nov 23, 2023
f095fc8
Update azdev_style_check.py
wangzelin007 Nov 23, 2023
c69cc0e
Update azdev_style_check.py
wangzelin007 Nov 23, 2023
b15bde6
Update azdev_style_check.py
wangzelin007 Nov 23, 2023
38a0f8a
update
wangzelin007 Nov 23, 2023
06f48fc
update
wangzelin007 Dec 1, 2023
d5da72a
Delete azdev_style_check.py
wangzelin007 Dec 1, 2023
65c43a0
Update test_source.py
wangzelin007 Dec 1, 2023
112e685
Update azdev_linter_style.py
wangzelin007 Dec 7, 2023
9f9d594
Update __init__.py
wangzelin007 Dec 7, 2023
537f836
todo
wangzelin007 Dec 12, 2023
f05925d
update
wangzelin007 Dec 12, 2023
a373c6c
update
wangzelin007 Dec 12, 2023
e48d1a3
Update __init__.py
wangzelin007 Dec 13, 2023
c670b23
Update azure-pipelines.yml
wangzelin007 Dec 13, 2023
71b9b3e
update
wangzelin007 Dec 13, 2023
8bd0319
update
wangzelin007 Dec 13, 2023
0a0f70b
Update azdev_linter_style.py
wangzelin007 Dec 13, 2023
93c7c14
update
wangzelin007 Dec 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
displayName: 'Use Python 3.6'
inputs:
versionSpec: 3.6
Comment thread
wangzelin007 marked this conversation as resolved.
Outdated
- bash: pip install wheel==0.30.0 pylint==1.9.5 flake8==3.5.0 requests
- bash: pip install wheel==0.30.0 pylint>=2.12,<3 flake8==6.0.0 requests
displayName: 'Install wheel, pylint, flake8, requests'
- bash: python scripts/ci/source_code_static_analysis.py

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scripts/ci/source_code_static_analysis.py can also be removed.

displayName: "Static Analysis"
Expand Down