ci: linting

This commit is contained in:
Clelia (Astra) Bertelli
2025-07-11 16:13:39 +02:00
parent 95ccaa97c8
commit f4e6eb52e7
4 changed files with 4 additions and 5 deletions
@@ -4,7 +4,6 @@ about: This template is intended for bug or help request reports
title: "[REPORT]"
labels: bug, help wanted
assignees: AstraBert
---
### Checklist
@@ -13,7 +12,7 @@ Before reporting bugs or help requests, please fill out the following checklist:
- [ ] I set the `.env` file with the necessary keys, including OPENAI_API_KEY, LLAMACLOUD_API_KEY, ELEVENLABS_API_KEY
- [ ] My API keys are all functioning and have at least some credit balance
- [ ] I ran both the scripts in the `tools` directory
- [ ] I ran both the scripts in the `tools` directory
- [ ] I checked that my LlamaCloud Extract Agent and my LlamaCloud Index has been correctly created and are functioning (using the playground functionality in the [UI](https://cloud.llamaindex.ai)
- [ ] I activated the virtual environment and ensured that all the dependencies are installed properly
- [ ] As a first step, I launched the docker services through `docker compose up -d`
@@ -27,6 +26,7 @@ My issue is...
### Relevant Traceback
```text
```
### Other details
+1 -2
View File
@@ -1,10 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
title: ""
labels: enhancement, triage
assignees: AstraBert
---
**Is your feature request related to a problem? Please describe.**
Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

Generated
+1 -1
View File
@@ -1744,7 +1744,7 @@ wheels = [
[[package]]
name = "notebookllama"
version = "0.2.2.post1"
version = "0.2.3"
source = { virtual = "." }
dependencies = [
{ name = "audioop-lts" },