Browse Source

Closes #20614: Update ruff for pre-commit check (#20631)

Jeremy Stretch 6 tháng trước cách đây
mục cha
commit
e4c74ce6a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -1,6 +1,6 @@
 repos:
 - repo: https://github.com/astral-sh/ruff-pre-commit
-  rev: v0.6.9
+  rev: v0.14.1
   hooks:
     - id: ruff
       name: "Ruff linter"