소스 검색

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

pre-commit-ci[bot] 4 일 전
부모
커밋
97744a9d4d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .pre-commit-config.yaml

+ 2 - 2
.pre-commit-config.yaml

@@ -9,7 +9,7 @@ ci:
 
 
 repos:
 repos:
   - repo: https://github.com/commitizen-tools/commitizen
   - repo: https://github.com/commitizen-tools/commitizen
-    rev: v4.17.1
+    rev: v4.18.0
     hooks:
     hooks:
       - id: commitizen
       - id: commitizen
         stages: [commit-msg]
         stages: [commit-msg]
@@ -38,7 +38,7 @@ repos:
       - id: pyupgrade
       - id: pyupgrade
         args: [--py311-plus]
         args: [--py311-plus]
   - repo: https://github.com/astral-sh/ruff-pre-commit
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.16.3
+    rev: v0.16.4
     hooks:
     hooks:
       - id: ruff
       - id: ruff
         args: [--fix]
         args: [--fix]