Skip to content

Commit 56f88e3

Browse files
committed
build: #27-work 🛠 Require more recent version of ruff
1 parent aa88121 commit 56f88e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pydantic = ">=1.9.0,<3.0.0"
1515
pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<5"
1717
tox = ">=3.26,<5.0"
18-
ruff = ">=0.0.284,<0.3.0"
18+
ruff = ">=0.2.0,<0.3.0"
1919
pyright = ">=1.1.350,<1.2"
2020

2121
[tool.ruff]

0 commit comments

Comments
 (0)