Skip to content

Commit

Permalink
Merge branch 'main' into injection
Browse files Browse the repository at this point in the history
  • Loading branch information
markurtz authored Aug 2, 2024
2 parents 3edd5e1 + 996de81 commit 47d894b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,16 @@ jobs:
run: pip install tox
- name: Run type checks
run: tox -e types

precommit-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit checks
run: pre-commit run --all-files
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repos:
loguru,
numpy,
pydantic,
pydantic_settings,
pyyaml,
openai,
requests,
Expand Down

0 comments on commit 47d894b

Please sign in to comment.