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

Upgrade isort (#3534)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 31 Jan 2023 02:45:12 +0000 (18:45 -0800)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 02:45:12 +0000 (18:45 -0800)
See PyCQA/isort#2077.

.pre-commit-config.yaml

index 2d5ac26b6290c182e1951d2c984842052599079e..576f6405d6c73bbfba74a1737efbc82d9421e64b 100644 (file)
@@ -24,7 +24,7 @@ repos:
         additional_dependencies: *version_check_dependencies
 
   - repo: https://github.com/pycqa/isort
-    rev: 5.10.1
+    rev: 5.12.0
     hooks:
       - id: isort