Skip to content

Commit

Permalink
ci(pre-commit): disable Mypy on pre-commit
Browse files Browse the repository at this point in the history
Related to #15
  • Loading branch information
MicaelJarniac committed Dec 23, 2021
1 parent 13bece1 commit 045c73c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ repos:
hooks:
- id: flake8
# additional_dependencies: [flake8-black, flake8-isort, flake8-docstrings]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
hooks:
- id: mypy
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v0.910
# hooks:
# - id: mypy
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
Expand Down

0 comments on commit 045c73c

Please sign in to comment.