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 e6303ccCopy full SHA for e6303cc
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
repos:
2
- repo: https://github.com/asottile/reorder_python_imports
3
- rev: v2.5.0
+ rev: v3.0.1
4
hooks:
5
- id: reorder-python-imports
6
- repo: https://github.com/psf/black
7
- rev: 21.5b2
+ rev: 22.1.0
8
9
- id: black
10
language_version: python3
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.0.1
+ rev: v4.1.0
13
14
- id: fix-byte-order-marker
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.6.0"
19
20
- id: prettier
21
types: [file]
0 commit comments