diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58b328b..230246f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: trailing-whitespace - id: debug-statements - repo: https://github.com/python-poetry/poetry - rev: 1.4.2 + rev: 1.4.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier @@ -32,7 +32,7 @@ repos: - id: prettier args: ["--tab-width", "2"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -53,7 +53,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/commitizen-tools/commitizen - rev: v3.0.1 + rev: 3.0.1 hooks: - id: commitizen stages: [commit-msg]