We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c677d88 + c12c495 commit d0678f9Copy full SHA for d0678f9
1 file changed
.pre-commit-config.yaml
@@ -8,16 +8,16 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.1.0
+ rev: v3.8.1
12
hooks:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
15
- repo: https://github.com/psf/black
16
- rev: 22.3.0
+ rev: 22.6.0
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.34.0
+ rev: v2.37.1
21
22
- id: pyupgrade
23
args: [--py36-plus]
0 commit comments