Pakiet: python3-flake8-blind-except (0.2.1-1)
Odnośniki dla python3-flake8-blind-except
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego flake8-blind-except:
- [flake8-blind-except_0.2.1-1.dsc]
- [flake8-blind-except_0.2.1.orig.tar.gz]
- [flake8-blind-except_0.2.1-1.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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.
Inne pakiety związane z python3-flake8-blind-except
|
|
|
|
-
- dep: python3
- Interaktywny, wysokopoziomowy i obiektowy język programowania (domyślna wersja Python 3)
-
- enh: flake8
- code checker using pycodestyle and pyflakes
Pobieranie python3-flake8-blind-except
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 4,9 KiB | 24,0 KiB | [lista plików] |