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.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinclert committed Nov 2, 2023
1 parent a5068ee commit aa72448
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.5.1
rev: v1.6.1
hooks:
- id: mypy
name: "Python types analyzer"
Expand Down
2 changes: 1 addition & 1 deletion reqs/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Public packages
black==23.9.1
isort==5.11.3
mypy==1.5.1
mypy==1.6.1

0 comments on commit aa72448

Please sign in to comment.