Skip to content

Commit

Permalink
PEP8Bear: Add CAN_FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianzatreanu committed Jun 21, 2016
1 parent 6ba5451 commit c00b56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bears/python/PEP8Bear.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class PEP8Bear(LocalBear):
AUTHORS = {'The coala developers'}
AUTHORS_EMAILS = {'[email protected]'}
LICENSE = 'AGPL-3.0'
CAN_FIX = {'Formatting'}

def run(self, filename, file,
max_line_length: int=80,
Expand Down

0 comments on commit c00b56f

Please sign in to comment.