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 83a1669 commit 595ce61Copy full SHA for 595ce61
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: end-of-file-fixer
6
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
27
files: \.py$
28
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v0.960
+ rev: v0.961
31
32
- id: mypy
33
exclude: examples/simple/setup.py
@@ -39,7 +39,7 @@ repos:
39
- id: prettier
40
41
- repo: https://github.com/asottile/pyupgrade
42
- rev: v2.32.1
+ rev: v2.34.0
43
44
- id: pyupgrade
45
args: [--py37-plus]
0 commit comments