Browse Source

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

updates:
- [github.com/commitizen-tools/commitizen: v4.2.2 → v4.4.1](https://github.com/commitizen-tools/commitizen/compare/v4.2.2...v4.4.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.7...v0.9.10)
- [github.com/cdce8p/python-typing-update: v0.7.0 → v0.7.1](https://github.com/cdce8p/python-typing-update/compare/v0.7.0...v0.7.1)

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

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

@@ -9,7 +9,7 @@ ci:
 
 repos:
   - repo: https://github.com/commitizen-tools/commitizen
-    rev: v4.2.2
+    rev: v4.4.1
     hooks:
       - id: commitizen
         stages: [commit-msg]
@@ -38,13 +38,13 @@ repos:
       - id: pyupgrade
         args: [--py311-plus]
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.9.7
+    rev: v0.9.10
     hooks:
       - id: ruff
         args: [--fix]
       - id: ruff-format
   - repo: https://github.com/cdce8p/python-typing-update
-    rev: v0.7.0
+    rev: v0.7.1
     hooks:
       - id: python-typing-update
         stages: [manual]