diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db8fe68..cbcc113 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 2.0.1 + rev: 2.1.1 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier @@ -54,7 +54,7 @@ repos: hooks: - id: codespell - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy @@ -63,7 +63,7 @@ repos: - id: mypy additional_dependencies: [] - repo: https://github.com/PyCQA/bandit - rev: 1.8.2 + rev: 1.8.3 hooks: - id: bandit args: [-x, tests]