]> git.0d.be Git - chloro.git/commitdiff
build: update pre-commit module versions v2023
authorFrédéric Péters <fpeters@0d.be>
Fri, 12 May 2023 20:42:31 +0000 (22:42 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 12 May 2023 20:42:31 +0000 (22:42 +0200)
.pre-commit-config.yaml

index 793766a507eb2b9d072285c2ba99c340ef8765b2..38eebd1381b7f103f8dd22a20cdaf48f055700fd 100644 (file)
@@ -2,17 +2,17 @@
 # See https://pre-commit.com/hooks.html for more hooks
 repos:
 -   repo: https://github.com/psf/black
-    rev: 22.3.0
+    rev: 23.1.0
     hooks:
     - 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']
 -   repo: https://github.com/asottile/pyupgrade
-    rev: v2.20.0
+    rev: v3.3.1
     hooks:
     - id: pyupgrade
       args: ['--keep-percent-format', '--py37-plus']