File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 2
2
repos :
3
3
# isort should run before black as black sometimes tweaks the isort output
4
4
- repo : https://github.com/timothycrosley/isort
5
- rev : 4.3.21
5
+ rev : 5.4.2
6
6
hooks :
7
7
- id : isort
8
8
# https://github.com/python/black#version-control-integration
9
9
- repo : https://github.com/python/black
10
- rev : stable
10
+ rev : 20.8b1
11
11
hooks :
12
12
- id : black
13
13
- repo : https://github.com/keewis/blackdoc
14
- rev : stable
14
+ rev : v0.1.2
15
15
hooks :
16
16
- id : blackdoc
17
17
- repo : https://gitlab.com/pycqa/flake8
18
- rev : 3.8.1
18
+ rev : 3.8.3
19
19
hooks :
20
20
- id : flake8
Original file line number Diff line number Diff line change @@ -70,19 +70,19 @@ jobs:
70
70
- bash : python -m black --check .
71
71
displayName : black formatting check
72
72
73
- # - job: FormattingBlackdoc
74
- # variables:
75
- # python.version: '3.8'
76
- # pool:
77
- # vmImage: 'ubuntu-20.04'
78
- # steps:
79
- # - task: UsePythonVersion@0
80
- # inputs:
81
- # versionSpec: '$(python.version)'
82
- # displayName: 'Use Python $(python.version)'
83
- # - bash: python -m pip install blackdoc
84
- # displayName: Install blackdoc
85
- # - bash: python -m pip list
86
- # displayName: Version Info
87
- # - bash: python -m blackdoc --check .
88
- # displayName: blackdoc formatting check
73
+ - job : FormattingBlackdoc
74
+ variables :
75
+ python.version : ' 3.8'
76
+ pool :
77
+ vmImage : ' ubuntu-20.04'
78
+ steps :
79
+ - task : UsePythonVersion@0
80
+ inputs :
81
+ versionSpec : ' $(python.version)'
82
+ displayName : ' Use Python $(python.version)'
83
+ - bash : python -m pip install blackdoc
84
+ displayName : Install blackdoc
85
+ - bash : python -m pip list
86
+ displayName : Version Info
87
+ - bash : python -m blackdoc --check .
88
+ displayName : blackdoc formatting check
You can’t perform that action at this time.
0 commit comments