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/psf/black: 22.3.0 β†’ 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 β†’ v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.960 β†’ v0.961](pre-commit/mirrors-mypy@v0.960...v0.961)
  • Loading branch information
pre-commit-ci[bot] authored and klieret committed Jul 23, 2022
1 parent 23e5743 commit f49dc94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3.7
args: ["-l", "80", "-t", "py34"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.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.960' # Use the sha / tag you want to point at
rev: 'v0.961' # 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 f49dc94

Please sign in to comment.