diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6238f81..aaba734 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,14 +36,14 @@ repos: types: [python] pass_filenames: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.18 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.3 + rev: v4.16.4 hooks: - id: commitizen stages: [commit-msg]