Skip to content

Commit

Permalink
Updated mirrors-mypy and pre-commit hooks vesrion and checked all the…
Browse files Browse the repository at this point in the history
… files by running them.

Updated flake8 version in pre-commit configuration file.
  • Loading branch information
Sai-Suraj-27 committed Aug 24, 2023
1 parent 3f60993 commit b042b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit b042b1e

Please sign in to comment.