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
Create a `.pre-commit-config.yaml` file in the root of your project directory, if it doesn't exist, and add the following to the file:
54
+
55
+
```
56
+
# See https://pre-commit.com for more information
57
+
# See https://pre-commit.com/hooks.html for more hooks
58
+
repos:
59
+
- repo: https://github.com/albertas/deadcode
60
+
rev: 2.4.1
61
+
hooks:
62
+
- id: deadcode
63
+
```
64
+
52
65
## Command line options
53
66
54
67
| Option | Type | Meaning |
0 commit comments