diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93bb3d7..30c3568 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: - id: trailing-whitespace - id: debug-statements - repo: https://github.com/python-poetry/poetry - rev: 1.7.1 + rev: 1.7.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.7 hooks: - id: prettier args: ["--tab-width", "2"]