diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d8a92ed6..250d4d5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # catch git merge/rebase problems - id: check-merge-conflict - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black types_or: [python] @@ -29,13 +29,13 @@ repos: - id: flake8 types_or: [python] - repo: https://github.com/PyCQA/pylint - rev: v4.0.4 + rev: v4.0.5 hooks: - id: pylint args: [--exit-zero] types_or: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.9.3 + rev: 1.9.4 hooks: - id: bandit args: [--exit-zero]