diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..b6746639d --- /dev/null +++ b/.mailmap @@ -0,0 +1,18 @@ +Arnaud Desvachez adesvachez +Arnaud Desvachez Arnaud Desvachez +Arnaud Desvachez desvache +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +dnastars <43815225+dnastars@users.noreply.github.com> +Eric Larson +github-actions[bot] github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> +Kyuhwa Lee dbdq +Kyuhwa Lee Kyuhwa Lee +Mathieu Scheltienne Mathieu Scheltienne <73893616+mscheltienne@users.noreply.github.com> +Mathieu Scheltienne Mathieu Scheltienne +Mathieu Scheltienne Mathieu Scheltienne +Mathieu Scheltienne mscheltienne +Mathieu Scheltienne PC-NeuroTin +pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> +Quentin Uhl <53340743+QuentinUhl@users.noreply.github.com> +Valeria de Seta <70070529+valedeseta@users.noreply.github.com> +Дим Щ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73fcca16b..7051fe247 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,3 +34,10 @@ repos: - id: yamllint args: [--strict, -c, .yamllint.yaml] files: (.github/|.codecov.yaml|.pre-commit-config.yaml|.yamllint.yaml) + + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.6.0 + hooks: + - id: file-contents-sorter + files: ^.mailmap + args: ["--ignore-case"]