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: Wed, 23 Apr 2014 02:45:25 -0700 (PDT) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1398246625 32497 80.91.229.3 (23 Apr 2014 09:50:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2014 09:50:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 11:50:19 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 1Wctoo-0005LI-3o for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2014 11:50:18 +0200 Original-Received: from localhost ([::1]:59816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcton-0003by-GK for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2014 05:50:17 -0400 X-Received: by 10.58.59.104 with SMTP id y8mr23576101veq.18.1398246325612; Wed, 23 Apr 2014 02:45:25 -0700 (PDT) X-Received: by 10.140.38.72 with SMTP id s66mr2190qgs.28.1398246325544; Wed, 23 Apr 2014 02:45:25 -0700 (PDT) Original-Path: usenet.stanford.edu!m5no4554478qaj.1!news-out.google.com!dz10ni19326qab.1!nntp.google.com!cm18no5551459qab.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.18.101; posting-account=IKHdJQoAAABz_0Q3gk1ShAWN2geJ79T8 Original-NNTP-Posting-Host: 194.117.18.101 User-Agent: G2/1.0 Injection-Date: Wed, 23 Apr 2014 09:45:25 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205060 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:97326 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