diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e27ea8a..ef2718a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.1.0 + rev: 26.1.0 hooks: - id: black @@ -15,6 +15,6 @@ repos: - id: check-json - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.14.13 hooks: - id: ruff diff --git a/install-poetry.py b/install-poetry.py index f222f0c..8452e80 100644 --- a/install-poetry.py +++ b/install-poetry.py @@ -23,6 +23,7 @@ For full documentation, visit https://python-poetry.org/docs/#installation. """ + import sys