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 b87a9ba + 80fc420 commit e41cc33Copy full SHA for e41cc33
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.31.0
+ rev: v2.31.1
4
hooks:
5
- id: pyupgrade
6
args:
7
- --py36-plus
8
exclude: setupbase.py
9
- repo: https://github.com/asottile/reorder_python_imports
10
- rev: v2.7.1
+ rev: v3.0.1
11
12
- id: reorder-python-imports
13
@@ -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.10.0
+ rev: v8.11.0
36
37
- id: eslint
38
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments