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 0.971
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and Sinclert committed Aug 21, 2022
1 parent f9fb251 commit b20b4cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,11 @@ repos:
args: ["--check"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.942
rev: v0.971
hooks:
- id: mypy
name: "Python types analyzer (source)"
args: ["src"]
name: "Python types analyzer"
args: ["src", "tests"]
language: python
pass_filenames: false
additional_dependencies: ["click ~= 8.1.0", "types-pytz ~= 2021.3.0"]
- id: mypy
name: "Python types analyzer (tests)"
args: ["tests"]
language: python
pass_filenames: false
2 changes: 1 addition & 1 deletion reqs/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Public packages
black==22.3.0
isort==5.10.1
mypy==0.942
mypy==0.971

# Typing packages
types-pytz~=2021.3.0

0 comments on commit b20b4cb

Please sign in to comment.