diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 607fc5d..ba9745e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.0.1 + rev: 3.0.1 hooks: - id: commitizen stages: [commit-msg] @@ -29,7 +29,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 @@ -38,7 +38,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: [--py37-plus]