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 5102e11 commit 465dd55Copy full SHA for 465dd55
.pre-commit-config.yaml
@@ -37,3 +37,10 @@ repos:
37
hooks:
38
- id: toml-sort-fix
39
files: pyproject.toml
40
+
41
+ - repo: https://github.com/pre-commit/pre-commit-hooks
42
+ rev: v6.0.0
43
+ hooks:
44
+ - id: file-contents-sorter
45
+ files: ^doc/authors.rst|^.mailmap
46
+ args: ["--ignore-case"]
doc/authors.rst
@@ -60,4 +60,3 @@
60
.. _waldie11: https://github.com/waldie11
61
.. _William Turner: https://bootstrapbill.github.io/
62
.. _Yorguin Mantilla: https://github.com/yjmantilla
63
-.. _Julius Welzel: https://github.com/JuliusWelzel
0 commit comments