Browse Source

chore(pre-commit.ci): pre-commit autoupdate (#400)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] 2 days ago
parent
commit
2c5be78cd6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .pre-commit-config.yaml

+ 3 - 3
.pre-commit-config.yaml

@@ -33,18 +33,18 @@ repos:
     hooks:
       - id: prettier
   - repo: https://github.com/asottile/pyupgrade
-    rev: v3.20.0
+    rev: v3.21.0
     hooks:
       - id: pyupgrade
         args: [--py311-plus]
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.13.0
+    rev: v0.14.1
     hooks:
       - id: ruff
         args: [--fix]
       - id: ruff-format
   - repo: https://github.com/cdce8p/python-typing-update
-    rev: v0.7.2
+    rev: v0.7.3
     hooks:
       - id: python-typing-update
         stages: [manual]