diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9383cc0..080d1b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,14 +15,14 @@ repos: - id: no-commit-to-branch args: ["--branch", "main"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.4.5 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.26.0 + rev: v3.27.0 hooks: - id: commitizen stages: [commit-msg] @@ -50,7 +50,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell - repo: https://github.com/pre-commit/mirrors-mypy