Skip to content

Commit

Permalink
Chore: Update mypy and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 7, 2024
1 parent 1c1b4fb commit a725f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ dependencies = [
[project.optional-dependencies]
develop = [
"black<25",
"mypy==1.9.0",
"mypy<1.11",
"poethepoet<1",
"pyproject-fmt<2.2",
"ruff==0.3.4",
"ruff<0.5",
"validate-pyproject<0.19",
]
release = [
Expand Down

0 comments on commit a725f8f

Please sign in to comment.