Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Bump up MyPy to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Oct 3, 2023
1 parent 8f04c37 commit effbecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
args: ["--check"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.5.1
hooks:
- id: mypy
name: "Python types analyzer"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
lint = [
"black==23.9.1",
"isort==5.11.3",
"mypy==1.3.0",
"mypy==1.5.1",
]
test = [
"pytest==7.2.0",
Expand Down

0 comments on commit effbecb

Please sign in to comment.