|
@@ -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
|