diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6767449..ee5f034 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: pyupgrade - repo: https://github.com/pylint-dev/pylint - rev: v3.2.5 + rev: v3.2.6 hooks: - id: pylint types: [python] @@ -62,7 +62,7 @@ repos: - id: yesqa - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.4 hooks: - id: ruff - id: ruff-format