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 c2c3f0b commit e6bd068Copy full SHA for e6bd068
.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: check-added-large-files
6
args: ['--maxkb=100']
@@ -26,12 +26,12 @@ repos:
26
- id: python-use-type-annotations
27
- id: text-unicode-replacement-char
28
- repo: https://github.com/asottile/pyupgrade
29
- rev: v2.32.0
+ rev: v2.34.0
30
31
- id: pyupgrade
32
args: [--py37-plus]
33
- repo: https://github.com/asottile/reorder_python_imports
34
- rev: v3.0.1
+ rev: v3.1.0
35
36
- id: reorder-python-imports
37
args: [--py37-plus, --add-import, 'from __future__ import annotations']
0 commit comments