Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
行の長さが80を超えるPython関数を見つけたい(eg)
それを行うためのツールはありますか?
さらに、実行中に呼び出される[ない]関数を見つける必要があるかもしれません。
シンプルイズベスト。
pylintを試してください。行の長さを含め、構成する多くのコーディング標準をチェックできます。