]> git.0d.be Git - panikweb-studioneau.git/commitdiff
trivial: bump isort/pyupgrade
authorFrédéric Péters <fpeters@0d.be>
Mon, 13 Mar 2023 15:33:34 +0000 (16:33 +0100)
committerFrédéric Péters <fpeters@0d.be>
Mon, 13 Mar 2023 15:33:34 +0000 (16:33 +0100)
.pre-commit-config.yaml

index 61848399b22d3ef75aca08b1eb99ee943c486261..4597c8738f5f67cf93e8b73e551f397ad146be7b 100644 (file)
@@ -2,7 +2,7 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
   - repo: https://github.com/asottile/pyupgrade
-    rev: v2.26.0
+    rev: v3.1.0
     hooks:
       - id: pyupgrade
         args: ['--keep-percent-format', '--py37-plus']
@@ -17,7 +17,7 @@ repos:
       - id: black
         args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110']
   - repo: https://github.com/PyCQA/isort
-    rev: 5.7.0
+    rev: 5.12.0
     hooks:
       - id: isort
         args: ['--profile', 'black', '--line-length', '110']