From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: xeon Mailinglist Newsgroups: gmane.emacs.help Subject: autocorrect errors from the elpy-check? Date: Tue, 25 Mar 2014 10:57:12 -0700 (PDT) Message-ID: <0d215a51-9c93-49aa-970f-8dcdc93bc612@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1395770453 10668 80.91.229.3 (25 Mar 2014 18:00:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2014 18:00:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 25 19:01:04 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WSVeh-0002Id-Tk for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2014 19:00:56 +0100 Original-Received: from localhost ([::1]:43314 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSVeh-0000I1-Iw for geh-help-gnu-emacs@m.gmane.org; Tue, 25 Mar 2014 14:00:55 -0400 X-Received: by 10.43.141.196 with SMTP id jf4mr10742280icc.9.1395770233154; Tue, 25 Mar 2014 10:57:13 -0700 (PDT) X-Received: by 10.50.30.66 with SMTP id q2mr554761igh.1.1395770233023; Tue, 25 Mar 2014 10:57:13 -0700 (PDT) Original-Path: usenet.stanford.edu!ur14no13794824igb.0!news-out.google.com!gi6ni428igc.0!nntp.google.com!l13no11197580iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.117.2.101; posting-account=IKHdJQoAAABz_0Q3gk1ShAWN2geJ79T8 Original-NNTP-Posting-Host: 194.117.2.101 User-Agent: G2/1.0 Injection-Date: Tue, 25 Mar 2014 17:57:13 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204483 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96754 Archived-At: I use elpy to check my python code. elpy-check finds PEP8 error in the code. Is there a way to autocorrect the PEP8 errors that elpy-check found? Here is an example of an error: Compilation started at Tue Mar 25 17:42:06 flake8 /home/xeon/repositories/git/hadoop-mapreduce-manager-python/src/manager/test/testParallelDigest.py /home/xeon/repositories/git/hadoop-mapreduce-manager-python/src/manager/test/testParallelDigest.py:16:23: E201 whitespace after '(' Compilation exited abnormally with code 1 at Tue Mar 25 17:42:07