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 1c8fa48 commit f59612eCopy full SHA for f59612e
.pre-commit-config.yaml
@@ -64,3 +64,9 @@ repos:
64
exclude: >-
65
^docs/changelog/(\d+\.(bugfix|feature|deprecation|breaking|doc|misc).rst|README.rst|template.jinja2)
66
files: ^docs/changelog/
67
+ - id: changelogs-user-role
68
+ name: changelog files have a non-broken :user:`name` role
69
+ language: pygrep
70
+ entry: :user:([^`]+`?|`[^`]+[\s,])
71
+ pass_filenames: true
72
+ types: [file, rst]
0 commit comments