From b042b1e4c672566d5082123ea02c433d7f1271f0 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Thu, 24 Aug 2023 20:05:26 +0530 Subject: [PATCH] Updated mirrors-mypy and pre-commit hooks vesrion and checked all the files by running them. Updated flake8 version in pre-commit configuration file. --- .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 256817df9986..53f6c4e73922 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer # only include python files @@ -22,12 +22,12 @@ repos: files: \.py$ - repo: https://github.com/pycqa/flake8 - rev: '6.0.0' + rev: '6.1.0' hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.5.0' + rev: 'v1.5.1' hooks: - id: mypy files: (jax/|tests/typing_test\.py)