diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70af72a62..3c6678462 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,8 +91,7 @@ repos: language: python pass_filenames: false require_serial: true - files: ^llama_stack/templates/.*$ - files: ^llama_stack/providers/.*/inference/.*/models\.py$ + files: ^llama_stack/templates/.*$|^llama_stack/providers/.*/inference/.*/models\.py$ ci: autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks