diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38c92459..48f6f5ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,13 +14,13 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.1.2 hooks: - id: flake8 additional_dependencies: - flake8-pytest-style - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy # Avoid error: Duplicate module named 'setup' @@ -37,7 +37,7 @@ repos: - pytest==7.4.2 language_version: python3.9 - repo: https://github.com/PyCQA/bandit - rev: 1.8.2 + rev: 1.8.3 hooks: - id: bandit args: [--ini, .bandit]