Pacote: python3-flake8-blind-except (0.2.1-1)
Links para python3-flake8-blind-except
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte 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]
Mantenedores(as):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
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.
Outros pacotes relacionados a python3-flake8-blind-except
|
|
|
|
-
- dep: python3
- linguagem orientada a objetos de alto nível e interativa (versão python3 padrão)
-
- enh: flake8
- checador de código usando pycodestyle e pyflakes
Download de python3-flake8-blind-except
Arquitetura | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|
all | 4.9 kB | 24.0 kB | [lista de arquivos] |