mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-23 04:53:14 +00:00
ci: Run pre-commit checks in CI (#176)
Run the pre-commit checks in a github workflow to validate that a PR or a direct push to the repo does not introduce new errors.
This commit is contained in:
parent
89d24a07f0
commit
eba9d1ea14
2 changed files with 50 additions and 5 deletions
10
.flake8
10
.flake8
|
@ -21,11 +21,11 @@ ignore =
|
|||
optional-ascii-coding = True
|
||||
exclude =
|
||||
./.git,
|
||||
./docs
|
||||
./build
|
||||
./docs/*,
|
||||
./build,
|
||||
./scripts,
|
||||
./venv,
|
||||
*.pyi
|
||||
.pre-commit-config.yaml
|
||||
*.md
|
||||
*.pyi,
|
||||
.pre-commit-config.yaml,
|
||||
*.md,
|
||||
.flake8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue