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 1e8d4f0 commit 0e3915cCopy full SHA for 0e3915c
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: reorder-python-imports
13
exclude: setupbase.py
14
- repo: https://github.com/psf/black
15
- rev: 21.11b1
+ rev: 21.12b0
16
hooks:
17
- id: black
18
19
- repo: https://github.com/pre-commit/mirrors-prettier
20
- rev: v2.5.0
+ rev: v2.5.1
21
22
- id: prettier
23
- repo: https://github.com/PyCQA/flake8
@@ -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.3.0
+ rev: v8.4.0
36
37
- id: eslint
38
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments