Skip to content

Commit 5dec3f7

Browse files
committed
MAINT: Sort in pre-commit
1 parent 5102e11 commit 5dec3f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ repos:
3737
hooks:
3838
- id: toml-sort-fix
3939
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@
6060
.. _waldie11: https://github.com/waldie11
6161
.. _William Turner: https://bootstrapbill.github.io/
6262
.. _Yorguin Mantilla: https://github.com/yjmantilla
63-
.. _Julius Welzel: https://github.com/JuliusWelzel

0 commit comments

Comments
 (0)