Skip to content

Commit

Permalink
🔧 Update (libraries): Ruff 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcadena committed Jul 18, 2024
1 parent 8c1f19e commit a42cd4f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- --keep-runtime-typing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.3
hooks:
# Run the linter.
- id: ruff
Expand All @@ -51,7 +51,7 @@ repos:
args: [ "--config", "pyproject.toml" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
rev: v0.5.3
hooks:
# Run the formatter.
- id: ruff-format
Expand Down
47 changes: 22 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ classifiers = [


[tool.poetry.dependencies]
python = "^3.12"
python = "^3.12,<3.13"
pydantic = "^2.8.2"
pydantic-core = "^2.20.1"
pydantic-settings = "^2.3.4"
Expand All @@ -74,7 +74,7 @@ sqlalchemy = "^2.0.31"
psycopg = {extras = ["binary", "pool"], version = "^3.2.1"}
isort = {extras = ["colors"], version = "^5.13.2"}
black = "^24.4.2"
ruff = "^0.5.2"
ruff = "^0.5.3"
mypy = "^1.10.1"
pre-commit = "^3.7.1"
fastapi = {extras = ["all"], version = "^0.111.1"}
Expand Down

0 comments on commit a42cd4f

Please sign in to comment.