We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a6f83f + c09994f commit 2b76c4dCopy full SHA for 2b76c4d
1 file changed
.pre-commit-config.yaml
@@ -8,12 +8,12 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.8.5
+ rev: v3.9.0
12
hooks:
13
- id: reorder-python-imports
14
args: [--py36-plus]
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v3.1.0
+ rev: v3.2.0
17
18
- id: pyupgrade
19
0 commit comments