diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48f6f5ffe..d318f37b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,22 +5,22 @@ repos: - id: black args: [--target-version=py38] - repo: https://github.com/PyCQA/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.20.0 hooks: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.2.0 hooks: - id: flake8 additional_dependencies: - flake8-pytest-style - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.16.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.3 + rev: 1.8.4 hooks: - id: bandit args: [--ini, .bandit]