Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Augusto W. Andreoli <andreoliwa@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and andreoliwa committed Feb 23, 2021
1 parent 5c767fe commit ded80db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
yesqa,
]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.800
rev: v0.812
hooks:
- id: mypy
# Run pylint with tox, because local repos don't seem to work well with https://pre-commit.ci/
Expand Down
2 changes: 1 addition & 1 deletion docs/defaults.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Content of `styles/mypy.toml <https://raw.githubusercontent.com/andreoliwa/nitpi
[[".pre-commit-config.yaml".repos]]
yaml = """
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.800
rev: v0.812
hooks:
- id: mypy
"""
Expand Down
2 changes: 1 addition & 1 deletion styles/mypy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ warn_unused_ignores = true
[[".pre-commit-config.yaml".repos]]
yaml = """
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.800
rev: v0.812
hooks:
- id: mypy
"""
2 changes: 1 addition & 1 deletion tests/test_pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def test_missing_different_values(tmp_path):
"""
NIP332 File .pre-commit-config.yaml: hook 'mypy' not found. Use this:\x1b[32m
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.800
rev: v0.812
hooks:
- id: mypy\x1b[0m
"""
Expand Down

0 comments on commit ded80db

Please sign in to comment.