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 517969b commit e666563Copy full SHA for e666563
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