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

Commit 1bd7e02

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 7c71b14 commit 1bd7e02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/psf/black
8-
rev: 22.3.0
8+
rev: 22.6.0
99
hooks:
1010
- id: black
1111
language_version: python3.7
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.1.0
14+
rev: v4.3.0
1515
hooks:
1616
- id: check-added-large-files
1717
args: ['--maxkb=5120']
@@ -28,7 +28,7 @@ repos:
2828
verbose: true
2929

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

0 commit comments

Comments
 (0)