Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.942 → v0.961](pre-commit/mirrors-mypy@v0.942...v0.961)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2022
1 parent 7c71b14 commit 1bd7e02
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
Expand Up @@ -5,13 +5,13 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3.7

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: check-added-large-files
args: ['--maxkb=5120']
Expand All @@ -28,7 +28,7 @@ repos:
verbose: true

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.942' # Use the sha / tag you want to point at
rev: 'v0.961' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]
Expand Down

0 comments on commit 1bd7e02

Please sign in to comment.