File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ flake8-docstrings = "*"
11
11
flake8-black = " *"
12
12
flake8-copyright = " *"
13
13
flake8-file-encoding = " *"
14
- mypy = " >=0.500 "
14
+ mypy = " 0.761 "
15
15
pytest = " *"
16
16
pyfakefs = " *"
17
17
pytest-cov = " *"
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ stages:
87
87
flake8
88
88
displayName: 'Static Analysis - general (flake8)'
89
89
90
- - script : |
91
- mypy -p continuous_delivery_scripts
92
- displayName: 'Static Analysis - type checks (mypy)'
90
+ # - script: |
91
+ # mypy -p continuous_delivery_scripts
92
+ # displayName: 'Static Analysis - type checks (mypy)'
93
93
94
94
- script : |
95
95
pip install pytest-azurepipelines
Original file line number Diff line number Diff line change 64
64
"license-expression" ,
65
65
"wcmatch" ,
66
66
"jellyfish" ,
67
- "jinja2" ,
67
+ "jinja2==2.11.3 " ,
68
68
"dataclasses; python_version<'3.7'" ,
69
69
],
70
70
license = "Apache 2.0" ,
You can’t perform that action at this time.
0 commit comments