Skip to content

Commit

Permalink
build: #27-work 🛠 Require more recent version of ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Feb 16, 2024
1 parent aa88121 commit 56f88e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pydantic = ">=1.9.0,<3.0.0"
pytest = ">=7.1.2,<9.0.0"
pytest-cov = ">=3,<5"
tox = ">=3.26,<5.0"
ruff = ">=0.0.284,<0.3.0"
ruff = ">=0.2.0,<0.3.0"
pyright = ">=1.1.350,<1.2"

[tool.ruff]
Expand Down

0 comments on commit 56f88e3

Please sign in to comment.