From c67401664aed23f8379e52dbcdc4767bf0e32d3b Mon Sep 17 00:00:00 2001 From: brandonwillard Date: Mon, 11 Sep 2023 07:33:37 +0000 Subject: [PATCH] Update pre-commit hook versions --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0980d172..fdd36498 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,12 @@ repos: - id: debug-statements - id: check-merge-conflict - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort @@ -25,7 +25,7 @@ repos: hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.5.1 hooks: - id: mypy args: [--ignore-missing-imports]