Skip to content

Commit

Permalink
Bump pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgasner committed Mar 14, 2019
1 parent e9319fc commit af1d102
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python_modules/airline-demo/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker-compose==1.23.2
pylint>=2.2.2
pylint>=2.3.0
pytest==4.0.2
pytest-cov==2.6.0
yapf==0.22.0
2 changes: 1 addition & 1 deletion python_modules/dagit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _do_setup(name='dagit'):
# notebooks support
'nbconvert>=5.4.0',
# dev/test - Installed via dev-requirements.txt
# 'pylint>=2.2.2',
# 'pylint>=2.3.0',
# 'pytest>=3.5.1',
# 'recommonmark>=0.4.0',
# 'rope>=0.10.7',
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagma/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pylint>=2.2.2
pylint>=2.3.0
pytest==4.0.2
pytest-cov==2.6.0
yapf==0.22.0
2 changes: 1 addition & 1 deletion python_modules/dagster/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==18.9b0; python_version >= '3.6'
pylint>=2.2.2; python_version >= '3.6'
pylint>=2.3.0; python_version >= '3.6'
pytest==4.0.2
pytest-cov==2.6.0
pytest-dependency==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _do_setup(name='dagster'):
'six>=1.11.0',
'toposort>=1.5',
# dev/test - Installed via dev-requirements.txt
# 'pylint>=2.2.2',
# 'pylint>=2.3.0',
# 'pytest>=3.5.1',
# 'recommonmark>=0.4.0',
# 'rope>=0.10.7',
Expand Down

0 comments on commit af1d102

Please sign in to comment.