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.
2 parents b7116fb + 973773f commit 666416bCopy full SHA for 666416b
.pre-commit-config.yaml
@@ -14,7 +14,7 @@
14
repos:
15
# Autoupdate: Python code
16
- repo: https://github.com/asottile/pyupgrade
17
- rev: v2.32.1
+ rev: v2.34.0
18
hooks:
19
- id: pyupgrade
20
args: [--py39-plus]
@@ -35,7 +35,7 @@ repos:
35
36
# Check python code static typing
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v0.960
+ rev: v0.961
39
40
- id: mypy
41
args: [--config, ./mypy.ini]
@@ -58,7 +58,7 @@ repos:
58
59
# `pre-commit sample-config` default hooks
60
- repo: https://github.com/pre-commit/pre-commit-hooks
61
- rev: v4.2.0
+ rev: v4.3.0
62
63
- id: check-added-large-files
64
- id: end-of-file-fixer
0 commit comments