Skip to content

Commit e466c70

Browse files
committed
Added jax core example
1 parent fa63542 commit e466c70

File tree

2 files changed

+3514
-1
lines changed

2 files changed

+3514
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: mypy
2626
additional_dependencies: ['types-requests']
27-
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/|TFserving/ClientAPI/go/pkg/|(/\w*)*_test.py
27+
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/|TFserving/ClientAPI/go/pkg/|(/\w*)*_test.py|xla/jax-core
2828

2929
- repo: https://github.com/pre-commit/mirrors-clang-format
3030
rev: 'v14.0.6'

0 commit comments

Comments
 (0)