diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a7e345..cc7e96d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: isort language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe] @@ -28,12 +28,12 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.7.8' + rev: '1.7.9' hooks: - id: bandit args: [--ini, .bandit] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.10.0' # Use the sha / tag you want to point at + rev: 'v1.10.1' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: