diff --git a/slither/detectors/__init__.py b/slither/detectors/__init__.py index bdfbddb..7e28a21 100644 --- a/slither/detectors/__init__.py +++ b/slither/detectors/__init__.py @@ -1,3 +1,9 @@ """Custom Slither detectors for audit-checklist patterns.""" from .custom_erc20_approve import CustomERC20ApproveDetector + + +# In your .slither config +def check_approval(): + # Your code here + pass \ No newline at end of file