From 80351bd4d3aa955637a196226f233a5d59c82646 Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Sat, 18 Feb 2023 13:08:03 +0530 Subject: [PATCH] Update versions of pre-commit, isort and mypy types --- .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 655747f5..c2987ced 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: name: "Python: analysis" - repo: "https://github.com/pre-commit/mirrors-mypy" - rev: "v0.991" + rev: "v1.0.0" hooks: - id: "mypy" name: "Python: types" @@ -14,13 +14,13 @@ repos: - "types-all" - repo: https://github.com/pycqa/isort - rev: "5.10.1" + rev: "5.12.0" hooks: - id: isort args: [ "--profile", "black"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.3.0" + rev: "v4.4.0" hooks: - id: check-yaml args: [--unsafe]