Skip to content

Commit 6779258

Browse files
committed
[Pre commit][Added] Check for broken symlinks
1 parent 1d50212 commit 6779258

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,7 @@ repos:
9999
# # specify your target version here, OR in a Vermin config file as usual:
100100
# args: ['-t=3.7-', '--violations']
101101
# # (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
102+
- repo: https://github.com/pre-commit/pre-commit-hooks
103+
rev: v5.0.0 # Use the latest version
104+
hooks:
105+
- id: check-symlinks

0 commit comments

Comments
 (0)