You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pre-commit hook support: ship .pre-commit-hooks.yaml so any Python repo can add deadpy to its .pre-commit-config.yaml. The hook scans the whole codebase (pass_filenames: false) to avoid false positives.