]> 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:

Fixing pre-commit using pyyaml with broken version (#3804)
authormihazagar <miha.zagar1@gmail.com>
Sat, 22 Jul 2023 18:12:37 +0000 (20:12 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jul 2023 18:12:37 +0000 (11:12 -0700)
.pre-commit-config.yaml

index 0d68b81ccd77c3e32ca4d0898d3103a3bd0f7571..10e65316e8269c8ee4004e1fd5e781236a794674 100644 (file)
@@ -12,7 +12,7 @@ repos:
         additional_dependencies:
           &version_check_dependencies [
             commonmark==0.9.1,
-            pyyaml==5.4.1,
+            pyyaml==6.0.1,
             beautifulsoup4==4.9.3,
           ]