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

not enforcing python3.6 for precommit hook (#430)
authorMiroslav Shubernetskiy <miroslav@miki725.com>
Fri, 17 Aug 2018 16:01:29 +0000 (12:01 -0400)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 17 Aug 2018 16:01:29 +0000 (17:01 +0100)
this should allow precommit hooks to be used with py37

.pre-commit-hooks.yaml

index 9c1b780d29b9633f1bcea2eb23fad2a3aa7160c7..0d431128a38eebd0eec6cc6e4be9175edf64d82b 100644 (file)
@@ -3,5 +3,5 @@
     description: 'Black: The uncompromising Python code formatter'
     entry: black
     language: python
-    language_version: python3.6
+    language_version: python3
     types: [python]