commit | 5dfc185472a1496645fdff5393de6da49739d717 | [log] [tgz] |
---|---|---|
author | Sebastian Pipping <sebastian@pipping.org> | Tue May 02 22:54:21 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue May 02 20:54:21 2023 +0000 |
tree | dd23fc8015b7613ac1f99069af9d82fced18a2db | |
parent | 74a432ffd86761a6674bd4e170468b6c93c9d9d1 [diff] |
Remove duplicate .pre-commit-*.yml files (#1089) Identical .yaml copies are still in place. Before: > # ls -1 .pre-commit-*.y* > .pre-commit-config.yaml > .pre-commit-config.yml > .pre-commit-hooks.yaml > .pre-commit-hooks.yml After: > # ls -1 .pre-commit-*.y* > .pre-commit-config.yaml > .pre-commit-hooks.yaml