We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bdb36 commit ccd2c1fCopy full SHA for ccd2c1f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v4.4.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -11,19 +11,19 @@ repos:
11
- id: mixed-line-ending
12
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v2.37.3
+ rev: v3.3.0
15
16
- id: pyupgrade
17
args:
18
- "--py37-plus"
19
20
- repo: https://github.com/psf/black
21
- rev: 22.8.0
+ rev: 22.10.0
22
23
- id: black
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 5.0.4
+ rev: 6.0.0
27
28
- id: flake8
29
args: ["--max-line-length=120"]
@@ -34,6 +34,6 @@ repos:
34
- id: isort
35
36
- repo: https://github.com/pre-commit/mirrors-prettier
37
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.4
38
39
- id: prettier
0 commit comments