Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
YapfBear: Update yapf requirement to 0.11
Browse files Browse the repository at this point in the history
This was already changed in requirements.txt, but was forgotten in the
bear class.

Closes coala#742
  • Loading branch information
underyx committed Aug 31, 2016
1 parent 4bb81e8 commit d34239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/python/YapfBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class YapfBear(LocalBear):
"""
LANGUAGES = {"Python", "Python 2", "Python 3"}
AUTHORS = {'The coala developers'}
REQUIREMENTS = {PipRequirement('yapf', '0.10')}
REQUIREMENTS = {PipRequirement('yapf', '0.11')}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
CAN_FIX = {'Formatting'}
Expand Down

0 comments on commit d34239a

Please sign in to comment.