Skip to content

Commit

Permalink
Bump mypy to 1.0 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Feb 7, 2023
1 parent d9d8675 commit 19b3eec
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 @@ -64,7 +64,7 @@ dev = [
"flake8-bugbear==23.1.14",
"flake8-noqa==1.3.0",
"isort==5.12.0; python_version >= '3.8'", # Must match .pre-commit-config.yaml
"mypy==0.991",
"mypy==1.0",
"pre-commit-hooks==4.4.0", # Must match .pre-commit-config.yaml
"pytest==7.2.1",
"types-pyflakes<4",
Expand Down

0 comments on commit 19b3eec

Please # to comment.