Paquet : python3-flake8-blind-except (0.2.1-1)
Liens pour python3-flake8-blind-except
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source 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]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
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.
Autres paquets associés à python3-flake8-blind-except
|
|
|
|
-
- dep: python3
- langage orienté objet interactif de haut niveau – version par défaut de Python 3
-
- enh: flake8
- vérificateur de code utilisant pycodestyle et pyflakes
Télécharger python3-flake8-blind-except
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 4,9 ko | 24,0 ko | [liste des fichiers] |