Updated mirrors-mypy and pre-commit hooks vesrion and checked all the files by running them.

Updated flake8 version in pre-commit configuration file.
This commit is contained in:
Sai-Suraj-27 2023-08-24 20:05:26 +05:30
parent 3f60993b27
commit b042b1e4c6

View File

@ -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)