-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from durandom/main
poetry / pre-commit / re-format
- Loading branch information
Showing
32 changed files
with
2,994 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,4 +90,4 @@ frontend/next-env.d.ts | |
aider_hints/ | ||
start_bot.json | ||
|
||
storytelling-chatbot/ | ||
storytelling-chatbot/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,4 +157,4 @@ runpod.toml | |
aider_hints/ | ||
start_bot.json | ||
|
||
.vscode/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
repos: | ||
- repo: https://github.com/Lucas-C/pre-commit-hooks | ||
rev: v1.5.5 | ||
hooks: | ||
- id: remove-tabs | ||
|
||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.6.0 | ||
hooks: | ||
- id: check-added-large-files | ||
args: ["--maxkb=2048"] | ||
- id: check-ast | ||
- id: fix-byte-order-marker | ||
- id: check-case-conflict | ||
- id: check-docstring-first | ||
- id: check-json | ||
- id: check-merge-conflict | ||
- id: check-symlinks | ||
- id: check-toml | ||
- id: check-yaml | ||
args: [--allow-multiple-documents] | ||
- id: debug-statements | ||
- id: detect-private-key | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
|
||
- repo: https://github.com/psf/black | ||
rev: "24.8.0" | ||
hooks: | ||
- id: black | ||
args: ["--line-length=120"] | ||
|
||
- repo: https://github.com/PyCQA/flake8 | ||
rev: "7.1.1" | ||
hooks: | ||
- id: flake8 | ||
additional_dependencies: ["pep8-naming"] | ||
# Ignore all format-related checks as Black takes care of those. | ||
args: | ||
[ | ||
"--ignore", | ||
"E2,W5,D100,D101", | ||
"--select", | ||
"E,W,F,N", | ||
"--max-line-length=150", | ||
] | ||
|
||
- repo: https://github.com/pycqa/bandit | ||
rev: 1.7.9 | ||
hooks: | ||
- id: bandit | ||
args: ["-iii", "-ll"] | ||
|
||
- repo: https://github.com/pycqa/isort | ||
rev: 5.13.2 | ||
hooks: | ||
- id: isort | ||
args: [] | ||
|
||
- repo: https://github.com/commitizen-tools/commitizen | ||
rev: v3.29.0 | ||
hooks: | ||
- id: commitizen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
presubmits: | ||
- name: pre-commit | ||
decorate: true | ||
skip_report: false | ||
always_run: true | ||
context: op1st/prow/pre-commit | ||
spec: | ||
containers: | ||
- image: quay.io/thoth-station/pre-commit:v0.17.0 | ||
command: | ||
- "prow-job-precommit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
## Notes | ||
# Notes | ||
|
||
* TTS: TextFrames have to end with punctuation, otherwise TTS will not kick in | ||
* Don't add a processor twice to a pipeline | ||
|
||
|
||
Du bist ein stiller Zuhoerer und antwortest nur wenn du explizit gefragt wirst. Es it ok auch nichts zu sagen. Antworte nicht, es sei denn du wirst explizit gefragt. Eine leere Antwort, also leerer text, ist in den meissten faellen die richtige reaktion. | ||
Du bist ein stiller Zuhoerer und antwortest nur wenn du explizit gefragt wirst. Es it ok auch nichts zu sagen. Antworte nicht, es sei denn du wirst explizit gefragt. Eine leere Antwort, also leerer text, ist in den meissten faellen die richtige reaktion. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
approvers: | ||
- durandom | ||
- goern | ||
|
||
reviewers: | ||
- durandom | ||
- goern | ||
- schwesig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
[[source]] | ||
name = "pypi" | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
requests = "*" | ||
python-dotenv = "*" | ||
boto3 = "*" | ||
fastapi = "*" | ||
uvicorn = "*" | ||
pipecat-ai = {extras = ["silero,openai,daily"] } | ||
python-dotenv = "*" | ||
python-multipart = "*" | ||
requests = "*" | ||
torch = "==2.3.1" | ||
torchaudio = "==2.3.1" | ||
boto3 = "*" | ||
python-multipart = "*" | ||
pipecat-ai = {extras = ["silero,openai,daily,elevenlabs"], version = "==0.0.41"} | ||
tenacity = "*" | ||
uvicorn = "*" | ||
|
||
[dev-packages] | ||
pytest = "*" | ||
pytest = ">=8.3" | ||
black = ">=24.8" | ||
pylance = ">=0.18" | ||
|
||
[requires] | ||
python_version = "3.12" |
Oops, something went wrong.