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 04c33e1 commit dde3981Copy full SHA for dde3981
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/asottile/reorder_python_imports
3
- rev: v2.5.0
+ rev: v2.6.0
4
hooks:
5
- id: reorder-python-imports
6
- repo: https://github.com/psf/black
7
- rev: 21.5b2
+ rev: 21.11b1
8
9
- id: black
10
language_version: python3
@@ -15,7 +15,7 @@ repos:
15
- id: trailing-whitespace
16
- id: end-of-file-fixer
17
- repo: https://github.com/pre-commit/mirrors-prettier
18
- rev: "v2.3.1"
+ rev: "v2.4.1"
19
20
- id: prettier
21
types: [file]
0 commit comments