diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4246324c..e9b56e6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,12 +47,12 @@ repos: hooks: - id: flake8 - repo: https://github.com/PyCQA/pylint - rev: v3.3.0 + rev: v3.3.1 hooks: - id: pylint args: [--exit-zero] - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit args: [--exit-zero]