Browse Source

[DATALAD] Recorded changes

Daniel Busch 1 tháng trước cách đây
mục cha
commit
38cbd92069
1 tập tin đã thay đổi với 11 bổ sung10 xóa
  1. 11 10
      .pre-commit-config.yaml

+ 11 - 10
.pre-commit-config.yaml

@@ -36,13 +36,14 @@ repos:
       - id: ruff
         args: [ --fix, --exit-non-zero-on-fix ]
       - id: ruff-format
-  - repo: https://github.com/python-poetry/poetry
-    rev: '1.8.3'
-    hooks:
-      - id: poetry-check
-      - id: poetry-lock
-        args: [--no-update]
-  - repo: https://github.com/python-poetry/poetry-plugin-export
-    rev: '1.9.0'
-    hooks:
-      - id: poetry-export
+# poetry tasks have network issues on GitHub
+#  - repo: https://github.com/python-poetry/poetry
+#    rev: '1.8.3'
+#    hooks:
+#      - id: poetry-check
+#      - id: poetry-lock
+#        args: [--no-update]
+#  - repo: https://github.com/python-poetry/poetry-plugin-export
+#    rev: '1.9.0'
+#    hooks:
+#      - id: poetry-export