diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89911c46b..652e30f46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: additional_dependencies: - flake8-pytest-style - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.1.1 hooks: - id: mypy # Avoid error: Duplicate module named 'setup' @@ -33,13 +33,13 @@ repos: - toml==0.10.2 - pip==20.3.4 - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit args: [--ini, .bandit] exclude: ^tests/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.6 hooks: - id: prettier additional_dependencies: