Skip to content

Commit bf16a6b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/asottile/pyupgrade: v2.38.0 → v3.0.0](asottile/pyupgrade@v2.38.0...v3.0.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.982](pre-commit/mirrors-mypy@v0.971...v0.982)
1 parent 4c5a148 commit bf16a6b

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.8.0
3+
rev: 22.10.0
44
hooks:
55
- id: black-jupyter
66

@@ -36,7 +36,7 @@ repos:
3636
- id: isort
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v2.38.0
39+
rev: v3.0.0
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py36-plus"]
@@ -69,7 +69,7 @@ repos:
6969
additional_dependencies: *flake8_dependencies
7070

7171
- repo: https://github.com/pre-commit/mirrors-mypy
72-
rev: v0.971
72+
rev: v0.982
7373
hooks:
7474
- id: mypy
7575
files: src

0 commit comments

Comments
 (0)