Skip to content

Commit

Permalink
removed remaining poetry commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 24, 2024
1 parent 18abffa commit 2c86bb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 97 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
repos:
# - repo: https://github.com/python-poetry/poetry
# rev: "1.8.3"
# hooks:
# - id: poetry-check
# - id: poetry-lock
# - id: poetry-export
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand All @@ -13,7 +7,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.0
rev: v0.6.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
88 changes: 0 additions & 88 deletions pyproject.toml.bak

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/start_app.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

poetry run hypercorn src.smolvault.main:app -b 0.0.0.0 --debug --log-config=logging.conf --log-level=DEBUG --access-logfile=hypercorn.access.log --error-logfile=hypercorn.error.log --keep-alive=120 --workers=2

source .venv/bin/activate
hypercorn src.smolvault.main:app -b 0.0.0.0 --debug --log-config=logging.conf --log-level=DEBUG --access-logfile=hypercorn.access.log --error-logfile=hypercorn.error.log --keep-alive=120 --workers=2

0 comments on commit 2c86bb3

Please sign in to comment.