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 42be42d commit 544d923Copy full SHA for 544d923
.pre-commit-config.yaml
@@ -7,12 +7,12 @@ repos:
7
- --py36-plus
8
exclude: setupbase.py
9
- repo: https://github.com/asottile/reorder_python_imports
10
- rev: v2.6.0
+ rev: v2.7.1
11
hooks:
12
- id: reorder-python-imports
13
14
- repo: https://github.com/psf/black
15
- rev: 21.12b0
+ rev: 22.1.0
16
17
- id: black
18
@@ -32,7 +32,7 @@ repos:
32
- id: check-executables-have-shebangs
33
- id: requirements-txt-fixer
34
- repo: https://github.com/pre-commit/mirrors-eslint
35
- rev: v8.7.0
+ rev: v8.8.0
36
37
- id: eslint
38
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments