tryceratops
Exception handler checker
A tool to detect and prevent exception handling antipatterns in Python code
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
436 stars
10 watching
26 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
codehacktoberfestlinterpythonpython3static-analysisstatic-code-analysisstyleguidestylelint
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Catches global exceptions and provides a callback mechanism to handle them | 5 |
| | A tool to analyze Python code for type errors and other issues | 350 |
| | Tools to alphabetize and check the order of import statements, exception lists, and all lists in Python code. | 16 |
| | Checks Python string formatting against the latest standard | 14 |
| | Tools for developing and implementing spell-checking and grammar-checking capabilities in low-resource languages. | 3 |
| | Analyzes C# code for exception usage best practices | 20 |
| | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| | Enforces consistent use of optional type annotations in Python code | 17 |
| | Tools to identify vulnerabilities in application variable types by manipulating JSON data | 0 |
| | A tool to analyze and fix issues in PyTorch-related Python code, with automated fixes available. | 111 |
| | An educational tool for static code analysis in Python programming | 92 |
| | A set of tools that simplify Python class creation by reducing boilerplate code and enforcing type checking. | 15 |
| | Automates style checks and code review to enforce uniform coding standards across large projects. | 240 |
| | A tool to analyze C++ function call graphs and identify potential exceptions that may be thrown. | 22 |
| | A library that enables retryable error handling in web applications | 6 |