diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58eaf0c8..7c4f3670 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.16.1' + rev: 'v0.16.3' hooks: - id: 'ruff-check' args: ['--fix'] - id: 'ruff-format' - repo: 'https://github.com/pylint-dev/pylint' - rev: 'v4.0.6' + rev: 'v4.0.7' hooks: - id: 'pylint'