File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 2626 pip install -e ".[test]"
2727
2828 - name : Run pre-commit
29- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
30- with :
31- extra_args : --all-files
29+ uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/astral-sh/ruff-pre-commit
5- rev : v0.3.0
5+ rev : v0.13.1
66 hooks :
7- - id : ruff
7+ - id : ruff-check
88 args : [--fix]
9+ types_or : [python, pyi]
10+ files : ^(llama_stack_provider_trustyai_fms/|tests/).*\.(py)$
911 - id : ruff-format
12+ types_or : [python, pyi]
13+ files : ^(llama_stack_provider_trustyai_fms/|tests/).*\.(py)$
1014
1115 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v4.5 .0
16+ rev : v6.0 .0
1317 hooks :
1418 - id : trailing-whitespace
19+ files : \.(py|ipynb|md)$
1520 - id : end-of-file-fixer
21+ files : \.(py|ipynb|md)$
1622 - id : check-yaml
1723 args : [--allow-multiple-documents]
24+ files : \.ya?ml$
1825 - id : check-added-large-files
1926 - id : check-merge-conflict
2027 - id : check-case-conflict
2128 - id : check-docstring-first
29+ files : ^(llama_stack_provider_trustyai_fms/|tests/).*\.(py)$
2230
2331 - repo : local
2432 hooks :
2836 language : system
2937 pass_filenames : false
3038 always_run : true
31- stages : [pre-commit]
39+ stages : [pre-commit]
You can’t perform that action at this time.
0 commit comments