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.
2 parents 305cdf0 + bc5944b commit 17762aeCopy full SHA for 17762ae
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.29.0
+ rev: v2.29.1
4
hooks:
5
- id: pyupgrade
6
args:
@@ -12,7 +12,7 @@ repos:
12
- id: reorder-python-imports
13
exclude: setupbase.py
14
- repo: https://github.com/psf/black
15
- rev: 21.10b0
+ rev: 21.11b1
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.2.0
+ rev: v8.3.0
36
37
- id: eslint
38
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments