Contents

flake8-blind-except 0.2.1

0

A flake8 extension that checks for blind except: statements

A flake8 extension that checks for blind except: statements

How to Install flake8-blind-except

You can install flake8-blind-except using pip

pip install flake8-blind-except

or add it to a project with poetry

poetry add flake8-blind-except

Package Details

Author
Elijah Andrews
License
MIT
Homepage
https://github.com/elijahandrews/flake8-blind-except
PyPi:
https://pypi.org/project/flake8-blind-except/
No  flake8-blind-except  pypi packages just yet.

Errors

A list of common flake8-blind-except errors.

Code Examples

Here are some flake8-blind-except code examples and snippets.

Related Packages & Articles

flake8-2020 1.8.1

flake8 plugin which checks for misuse of sys.version or sys.version_info

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co