Skip to content

dependency(deps): bump llama-parse from 0.4.9 to 0.5.7 #32

dependency(deps): bump llama-parse from 0.4.9 to 0.5.7

dependency(deps): bump llama-parse from 0.4.9 to 0.5.7 #32

Workflow file for this run

name: Pydocstyle
on: [push, pull_request]
jobs:
pydocstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Pydocstyle install
run: pip install --user pydocstyle
- name: Python docstring checks
run: pydocstyle -v .