mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
CI: add EOF and debug precommit hooks
This commit is contained in:
parent
23451dc764
commit
b30e6e7d59
.pre-commit-config.yaml
jax/experimental/jax2tf/tests/back_compat_testdata
@ -11,6 +11,12 @@ repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
# only include python files
|
||||
files: \.py$
|
||||
- id: debug-statements
|
||||
# only include python files
|
||||
files: \.py$
|
||||
- id: trailing-whitespace
|
||||
# only include python files
|
||||
files: \.py$
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user