Skip to content

Commit

Permalink
YapfBear: Bump dependency yapf~=0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jul 1, 2017
1 parent 7ae4795 commit 92f6f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bear-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ scspell3k~=2.0
vim-vint~=0.3.12
vulture~=0.14.0
yamllint~=1.6.1
yapf~=0.14.0
yapf~=0.16.0
2 changes: 1 addition & 1 deletion bears/python/YapfBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class YapfBear(LocalBear):
LANGUAGES = {'Python', 'Python 2', 'Python 3'}
AUTHORS = {'The coala developers'}
REQUIREMENTS = {PipRequirement('yapf', '0.14.0')}
REQUIREMENTS = {PipRequirement('yapf', '0.16.0')}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
CAN_FIX = {'Formatting'}
Expand Down

0 comments on commit 92f6f33

Please sign in to comment.