все параметры
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 Кб24,0 Кб [список файлов]