Skip to content

Commit a42cd4f

Browse files
committed
🔧 Update (libraries): Ruff 0.5.3
1 parent 8c1f19e commit a42cd4f

File tree

3 files changed

+26
-29
lines changed

3 files changed

+26
-29
lines changed

‎.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- --keep-runtime-typing
3030

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

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.5.2
54+
rev: v0.5.3
5555
hooks:
5656
# Run the formatter.
5757
- id: ruff-format

‎poetry.lock

Lines changed: 22 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ classifiers = [
6262

6363

6464
[tool.poetry.dependencies]
65-
python = "^3.12"
65+
python = "^3.12,<3.13"
6666
pydantic = "^2.8.2"
6767
pydantic-core = "^2.20.1"
6868
pydantic-settings = "^2.3.4"
@@ -74,7 +74,7 @@ sqlalchemy = "^2.0.31"
7474
psycopg = {extras = ["binary", "pool"], version = "^3.2.1"}
7575
isort = {extras = ["colors"], version = "^5.13.2"}
7676
black = "^24.4.2"
77-
ruff = "^0.5.2"
77+
ruff = "^0.5.3"
7878
mypy = "^1.10.1"
7979
pre-commit = "^3.7.1"
8080
fastapi = {extras = ["all"], version = "^0.111.1"}

0 commit comments

Comments
 (0)