Skip to content

Commit 091193c

Browse files
Adding azure formatting to all failing flake8
1 parent 50cb867 commit 091193c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
- script: flake8 asv_bench/benchmarks/ --exclude=asv_bench/benchmarks/*.py
4848
displayName: 'Linting asv benchmarks'
4949
condition: true
50-
- script: flake8 doc/make.py doc/source/conf.py
50+
- script: flake8 doc/make.py doc/source/conf.py --format="##vso[task.logissue type=error;sourcepath=%(path)s;linenumber=%(row)s;columnnumber=%(col)s;code=%(code)s;]%(text)s"
5151
displayName: 'Linting doc scripts'
5252
condition: true
5353
- script: flake8 pandas --filename=*.pyx --select=E501,E302,E203,E111,E114,E221,E303,E128,E231,E126,E265,E305,E301,E127,E261,E271,E129,W291,E222,E241,E123,F403,C400,C401,C402,C403,C404,C405,C406,C407,C408,C409,C410,C411
5454
displayName: 'Linting *.pyx code'
5555
condition: true
56-
- script: flake8 pandas/_libs --filename=*.pxi.in,*.pxd --select=E501,E302,E203,E111,E114,E221,E303,E231,E126,F403
56+
- script: flake8 pandas/_libs --filename=*.pxi.in,*.pxd --select=E501,E302,E203,E111,E114,E221,E303,E231,E126,F403 --format="##vso[task.logissue type=error;sourcepath=%(path)s;linenumber=%(row)s;columnnumber=%(col)s;code=%(code)s;]%(text)s"
5757
displayName: 'Linting *.pxd and *.pxi.in'
5858
condition: true
5959

0 commit comments

Comments
 (0)