Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 β†’ v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
- [github.com/pre-commit/mirrors-mypy: v0.942 β†’ v0.950](pre-commit/mirrors-mypy@v0.942...v0.950)
  • Loading branch information
pre-commit-ci[bot] authored and klieret committed May 18, 2022
1 parent c3fd923 commit 7652ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
args: ["-l", "80", "-t", "py34"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,7 +20,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.942' # Use the sha / tag you want to point at
rev: 'v0.950' # Use the sha / tag you want to point at
hooks:
- id: mypy
exclude: "conftest.py|^doc/examples/examples/|^doc/conf.py"
Expand Down

0 comments on commit 7652ad9

Please sign in to comment.