diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48b24a9b7..cd451b16e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - '' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.1 hooks: - id: ruff name: Run Ruff linter @@ -52,7 +52,7 @@ repos: name: Run Ruff formatter - repo: https://github.com/pycqa/pylint - rev: "v3.2.4" + rev: "v3.2.5" hooks: - id: pylint name: Check code style with pylint