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.
2 parents 517969b + e666563 commit b9807ceCopy full SHA for b9807ce
1 file changed
.pre-commit-config.yaml
@@ -49,3 +49,8 @@ repos:
49
entry: '(github|gitlab).*\.git'
50
files: all-repos.yaml
51
language: pygrep
52
+ - id: no-github-trailing-slash
53
+ name: No need for trailing / for urls
54
+ entry: '.*/$'
55
+ files: all-repos.yaml
56
+ language: pygrep
0 commit comments