We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d50212 commit 6779258Copy full SHA for 6779258
1 file changed
.pre-commit-config.yaml
@@ -99,3 +99,7 @@ repos:
99
# # specify your target version here, OR in a Vermin config file as usual:
100
# args: ['-t=3.7-', '--violations']
101
# # (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