File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SHELL := bash
22PATH := ./venv/bin:${PATH}
33PYTHON = python3.7
44PROJECT = clabe
5- isort = isort -rc -ac $(PROJECT ) tests setup.py
5+ isort = isort $(PROJECT ) tests setup.py
66black = black -S -l 79 --target-version py38 $(PROJECT ) tests setup.py
77
88
Original file line number Diff line number Diff line change 1313 '127' : '40127' ,
1414 '030' : '40030' ,
1515 '002' : '40002' ,
16- '131' : '40131' ,
1716 '154' : '40154' ,
1817 '006' : '37006' ,
1918 '137' : '40137' ,
110109 '40127' : 'Azteca' ,
111110 '40030' : 'Bajio' ,
112111 '40002' : 'Banamex' ,
113- '40131' : 'Banco Famsa' ,
114112 '40154' : 'Banco Finterra' ,
115113 '37006' : 'Bancomext' ,
116114 '40137' : 'Bancoppel' ,
Original file line number Diff line number Diff line change 1- __version__ = '1.2.1 '
1+ __version__ = '1.2.2 '
Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ inline-quotes = '
99multiline-quotes = """
1010
1111[isort]
12- multi_line_output=3
13- include_trailing_comma=True
14- force_grid_wrap=0
15- combine_as_imports=True
12+ profile=black
13+ line_length=79
1614
1715[mypy-pytest]
1816ignore_missing_imports = True
Original file line number Diff line number Diff line change 66
77
88test_requires = [
9- 'pytest' ,
10- 'coverage<5' ,
11- 'pytest-cov' ,
12- 'black' ,
13- 'isort[pipfile]' ,
14- 'flake8' ,
15- 'mypy' ,
9+ 'pytest==5.4.3' ,
10+ 'pytest-cov==2.10.0' ,
11+ 'black==19.10b0' ,
12+ 'isort==5.0.4' ,
13+ 'flake8==3.8.3' ,
14+ 'mypy==0.782' ,
1615]
1716
1817with open ('README.md' , 'r' ) as f :
You can’t perform that action at this time.
0 commit comments