Skip to content

Commit

Permalink
Bump mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jun 18, 2021
1 parent 953fa11 commit 8434377
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ repos:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.902
hooks:
- id: mypy
args: [--disallow-untyped-defs, --ignore-missing-imports]
files: src/.*\.py$
additional_dependencies: [types-docutils]

- repo: https://github.com/PyCQA/pydocstyle
rev: 6.1.1
Expand Down

0 comments on commit 8434377

Please sign in to comment.