Skip to content

Commit

Permalink
style: Bumps mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Oct 19, 2023
1 parent 85ed847 commit aa4fdf9
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 @@ -52,7 +52,7 @@ test = [
]
quality = [
"ruff==0.1.0",
"mypy==1.4.1",
"mypy==1.5.1",
"black==23.3.0",
"bandit[toml]>=1.7.0,<1.8.0",
"pre-commit>=2.17.0,<3.0.0",
Expand Down Expand Up @@ -82,7 +82,7 @@ dev = [
"pytest-pretty>=1.0.0,<2.0.0",
# style
"ruff==0.1.0",
"mypy==1.4.1",
"mypy==1.5.1",
"black==23.3.0",
"bandit[toml]>=1.7.0,<1.8.0",
"pre-commit>=2.17.0,<3.0.0",
Expand Down

0 comments on commit aa4fdf9

Please sign in to comment.