Skip to content

Commit

Permalink
Merge pull request #17270 from Sai-Suraj-27:new_versions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 559782297
  • Loading branch information
jax authors committed Aug 24, 2023
2 parents 36cdafd + b042b1e commit 55079a3
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 55079a3

Please sign in to comment.