Hideo Hattori

Results 42 comments of Hideo Hattori

Thanks for reporting 👍 fix and v2.3.1 has been released. https://pypi.org/project/autopep8/2.3.1/

related issue: https://github.com/PyCQA/pycodestyle/issues/1204

This issue has been resolved in autopep8 version 2.1.0.

This behaviour is part of what autopep8 does on the pycodestyle side when it runs pycodestyle. It is difficult to fix on the autopep8 side. https://github.com/PyCQA/pycodestyle/blob/710363bd2048d9c7fa3f24dcaf21e40ced7f74d5/pycodestyle.py#L2539 The first step in...

@xvectorizer Thanks for reporing. Could you please provide the specific code that is causing the issue? --- ## Python Code ```python YOUR CODE ``` ## Command Line and Configuration `.pep8`,...

Thank you for your pull-request. First off, by default, gocloc prevents the same content files (checked by md5 checksum) from being counted multiple times. The original purpose of providing the...

occur in my environment following error: > hw(38648,0x7fffe19753c0) malloc: *** malloc_zone_unregister() failed for 0x7fffe196b000 Could you attach a `hw` execute log or URL (gist, pastebin, etc...)? [in Japanese] このエラーは毎回出てたりしますね。"hoge"という文字列自体が本当に存在しないだけとかではないでしょうか? gist等で検索対象のファイルを共有していただいて、hwのコマンドライン実行例があると解析しやすいかもしれません。

The last version that supports Python2 is autope8 v1.6.0. Please use v1.6.0.

@pmvd Could you provide a minimum code example where the problem occurs?