diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8473fc2..54a4d74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,14 +10,14 @@ repos: - id: 'trailing-whitespace' - repo: 'https://github.com/astral-sh/ruff-pre-commit' - rev: 'v0.15.17' + rev: 'v0.15.18' hooks: - id: 'ruff-check' args: ['--fix'] - id: 'ruff-format' - repo: 'https://github.com/pylint-dev/pylint' - rev: 'v4.0.5' + rev: 'v4.0.6' hooks: - id: 'pylint'