Skip to content

Commit 9ca47f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.990](pre-commit/mirrors-mypy@v0.931...v0.990) - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2)
1 parent f69e314 commit 9ca47f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
2-
- repo: https://github.com/ambv/black
2+
- repo: https://github.com/psf/black
33
rev: 22.10.0
44
hooks:
55
- id: black
@@ -17,7 +17,7 @@ repos:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v0.931
20+
rev: v0.990
2121
hooks:
2222
- id: mypy
2323
files: ^(src/|testing/)
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: rst-backticks
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.2.0
39+
rev: v3.2.2
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py37-plus]

0 commit comments

Comments
 (0)