]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Make pre-commit do less (#3838)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Tue, 15 Aug 2023 13:51:26 +0000 (06:51 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Aug 2023 13:51:26 +0000 (06:51 -0700)
.pre-commit-config.yaml

index 60a092f8b29df2dbb223124d03df773b7c7fd80d..a7ae7761494eac06d5c8505e6b560f4b62760559 100644 (file)
@@ -63,3 +63,6 @@ repos:
     hooks:
       - id: end-of-file-fixer
       - id: trailing-whitespace
+
+ci:
+  autoupdate_schedule: quarterly