File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22# Keep in sync with setup.cfg which is used for source packages.
33
44[flake8]
5- ignore = E302, E501
5+ ignore = E203, E302, E501
66max-line-length = 88
77max-complexity = 12
88select = B,C,E,F,W,B9
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ dist: xenial
66matrix :
77 fast_finish : true
88 include :
9- - python : 3.5
109 - python : 3.6
1110 - python : 3.7
1211 - python : 3.8-dev
13- env : PYTHON_VER=py38
12+ - python : nightly
1413 allow_failures :
15- - env : PYTHON_VER=py38
14+ - python : 3.8-dev
15+ - python : nightly
1616
1717install :
18- - pip install black
19- - pip install -e .
18+ - pip install --upgrade pip setuptools black
19+ - pip install .
2020
2121script :
2222 - python setup.py test && find . -type f -name '*.py' | xargs black --check
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ def test_b006_b008(self):
8787 B006 (26 , 19 ),
8888 B006 (30 , 31 ),
8989 B008 (39 , 38 ),
90- B006 (53 , 32 ),
90+ B006 (55 , 32 ),
9191 ),
9292 )
9393
You can’t perform that action at this time.
0 commit comments