From ff3b1dd3d634cda32c99e4826c23bea4b7e238ce Mon Sep 17 00:00:00 2001 From: ArchitectBot <61872893+architectbot@users.noreply.github.com> Date: Wed, 15 Mar 2023 09:16:33 -0400 Subject: [PATCH] Align files (#64) Co-authored-by: github-actions --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 038ad81..29dfd43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,14 +27,14 @@ repos: - id: python-check-blanket-noqa # bandit - repo: https://github.com/PyCQA/bandit - rev: '1.7.4' + rev: '1.7.5' hooks: - id: bandit args: [ "-c", ".bandit" ] # static type checking with mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.1 + rev: v1.1.1 hooks: - id: mypy