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 8c75bf7 commit 11e1fb5Copy full SHA for 11e1fb5
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
additional_dependencies: [flake8-2020]
19
20
- repo: https://github.com/pycqa/isort
21
- rev: 5.6.4
+ rev: 5.7.0
22
hooks:
23
- id: isort
24
@@ -28,15 +28,15 @@ repos:
28
- id: python-check-blanket-noqa
29
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
- rev: v3.3.0
+ rev: v3.4.0
32
33
- id: check-merge-conflict
34
- id: check-toml
35
- id: check-yaml
36
- id: mixed-line-ending
37
38
- repo: https://github.com/pre-commit/mirrors-prettier
39
- rev: v2.1.2
+ rev: v2.2.1
40
41
- id: prettier
42
args: [--prose-wrap=always, --print-width=88]
0 commit comments