すべてのオプション
bookworm  ] [  trixie  ] [  sid  ]
[ ソース: flake8-blind-except  ]

パッケージ: python3-flake8-blind-except (0.2.1-1)

python3-flake8-blind-except に関するリンク

Screenshot

Debian の資源:

flake8-blind-except ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

flake8 extension that checks for blind, catch-all except

A flake8 extension that checks for blind, catch-all except: and except Exception: statements.

As of pycodestyle 2.1.0, "E722 do not use bare except, specify exception instead" is built-in. However, bare Exception and BaseException are still allowed. This extension flags them as B902.

Using except without explicitly specifying which exceptions to catch is generally considered bad practice, since it catches system signals like SIGINT. You probably want to handle system interrupts differently than exceptions occurring in your code.

その他の python3-flake8-blind-except 関連パッケージ

  • 依存
  • 推奨
  • 提案
  • enhances

python3-flake8-blind-except のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 4.9 kB24.0 kB [ファイル一覧]