Thanks to visit codestin.com Credit goes to github.com
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 8891089 commit e72699bCopy full SHA for e72699b
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v2.3.0
+ rev: v2.4.0
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder-python-imports
@@ -20,12 +20,11 @@ repos:
20
exclude: ^(pre_commit/resources/|testing/resources/python3_hooks_repo/)
21
args: [--py38-plus, --add-import, 'from __future__ import annotations']
22
- repo: https://github.com/asottile/add-trailing-comma
23
- rev: v2.5.1
+ rev: v3.0.0
24
25
- id: add-trailing-comma
26
- args: [--py36-plus]
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.7.0
+ rev: v3.8.0
29
30
- id: pyupgrade
31
args: [--py38-plus]
0 commit comments