Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Nov 19, 2024
1 parent 30c3b54 commit cb006cd
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default_stages:
repos:
# Fix some errors with Ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.7.4
hooks:
- id: ruff
args: [ --fix, --exit-zero ]
Expand All @@ -23,14 +23,14 @@ repos:

# Lint Python files with Ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.7
rev: v0.7.4
hooks:
- id: ruff
name: "ruff: linting"

# Check other files
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: alembic/
Expand Down
102 changes: 51 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ fastapi = "^0.115.0"
fastapi-swagger = "^0.2.3"
gunicorn = "^23.0.0"
httpx = "^0.27.2"
pre-commit = "^3.8.0"
pre-commit = "^4.0.1"
pydantic = "^2.9.2"
ruff = "^0.6.7"
uvicorn = "^0.31.0"
ruff = "^0.7.4"
uvicorn = "^0.32.0"

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit cb006cd

Please sign in to comment.