<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>urasin</author_name>
  <author_url>https://blog.hatena.ne.jp/urasin/</author_url>
  <blog_title>urasinのメモ</blog_title>
  <blog_url>https://urasin.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>仕事のプロジェクト(python + django)でflake8のチェックを入れているので、 pep8の自動整形とpyflakesの警告をだしてくれるコマンドapep8を作った。 apep8 () { echo &quot;### auto pep8 ###&quot; find . -name '*py' -type f | grep -v 'git'| grep -v 'migrations' | while read line do autopep8 --ignore E501 $line &gt; ./tmpfile cat ./tmpfile &gt; $line /bin/rm -fr ./tmpfile do…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Furasin.hateblo.jp%2Fentry%2F2016%2F01%2F13%2F114844&quot; title=&quot;pep8の自動整形とpyflakesの警告を出すコマンド - urasinのメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-01-13 11:48:44</published>
  <title>pep8の自動整形とpyflakesの警告を出すコマンド</title>
  <type>rich</type>
  <url>https://urasin.hateblo.jp/entry/2016/01/13/114844</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
