We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69e314 commit 9ca47f3Copy full SHA for 9ca47f3
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
repos:
2
-- repo: https://github.com/ambv/black
+- repo: https://github.com/psf/black
3
rev: 22.10.0
4
hooks:
5
- id: black
@@ -17,7 +17,7 @@ repos:
17
- id: flake8
18
additional_dependencies: [flake8-typing-imports]
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
- rev: v0.931
+ rev: v0.990
21
22
- id: mypy
23
files: ^(src/|testing/)
@@ -36,7 +36,7 @@ repos:
36
37
- id: rst-backticks
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v3.2.0
+ rev: v3.2.2
40
41
- id: pyupgrade
42
args: [--py37-plus]
0 commit comments