Skip to content

Commit

Permalink
Chore: Update to mypy 1.10, pyproject-fmt 1.8, and ruff 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 7, 2024
1 parent fbf2e67 commit 80988da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ dependencies = [
[project.optional-dependencies]
develop = [
"black<25",
"mypy==1.9.0",
"mypy<1.11",
"poethepoet<0.27",
"pyproject-fmt<1.8",
"ruff==0.3.5",
"pyproject-fmt<1.9",
"ruff<0.5",
"validate-pyproject<0.17",
]
release = [
Expand Down

0 comments on commit 80988da

Please sign in to comment.