mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
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:
parent
3f60993b27
commit
b042b1e4c6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user