File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 100100# mypy
101101.mypy_cache /
102102
103+ * .swp
103104env * /
104105.pytest_cache /
105106.idea /
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ coverage:
1616 coverage report $(coverage_options )
1717
1818lint :
19- pylint sql_metadata .py
19+ pylint wikia_common_kibana .py
2020
2121publish :
2222 # run git tag -a v0.0.0 before running make publish
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- VERSION = '2.2.3 '
3+ VERSION = '2.2.4 '
44
55# @see https://github.com/pypa/sampleproject/blob/master/setup.py
66setup (
1515 extras_require = {
1616 'dev' : [
1717 'coverage==4.5.1' ,
18- 'pylint==1.8.2 ' ,
19- 'pytest==3.4.0 ' ,
18+ 'pylint==1.8.4 ' ,
19+ 'pytest==3.5.1 ' ,
2020 ]
2121 },
2222 install_requires = [
You can’t perform that action at this time.
0 commit comments