removed unused files

This commit is contained in:
albe873
2024-12-13 23:13:11 +01:00
parent c0948a60c3
commit dddce51ec8
3 changed files with 0 additions and 1138 deletions

View File

@@ -1,27 +0,0 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
args: [--allow-multiple-documents]
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: local
hooks:
- id: black
name: black
entry: poetry run black src
language: system
types: [python]
pass_filenames: false
- id: ruff
name: ruff
entry: poetry run ruff --fix src
language: system
types: [python]
pass_filenames: false
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
hooks:
- id: prettier

1093
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,18 +0,0 @@
[tool.poetry]
name = "wyoming-whisper"
version = "0.1.0"
description = ""
authors = ["Simon Guigui <simon.guigui@parkoview.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
openai-whisper = "20231117"
wyoming = "^1.2.0"
tokenizers = "0.13.*"
black = "^23.11.0"
ruff = "^0.1.6"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"