We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ab8761 + e33bf69 commit 942ed11Copy full SHA for 942ed11
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.8.2
+ rev: v3.8.3
12
hooks:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
@@ -17,7 +17,7 @@ repos:
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v2.38.0
+ rev: v2.38.2
21
22
- id: pyupgrade
23
args: [--py36-plus]
0 commit comments