We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba9bda commit 876923eCopy full SHA for 876923e
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.1.0
+ rev: v4.3.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -15,14 +15,14 @@ repos:
15
- id: mixed-line-ending
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v2.31.1
+ rev: v2.34.0
19
20
- id: pyupgrade
21
args:
22
- "--py38-plus"
23
24
- repo: https://github.com/psf/black
25
- rev: 22.3.0
+ rev: 22.6.0
26
27
- id: black
28
- id: black-jupyter
@@ -43,6 +43,6 @@ repos:
43
- id: isort
44
45
- repo: https://github.com/pre-commit/mirrors-prettier
46
- rev: v2.6.2
+ rev: v2.7.1
47
48
- id: prettier
0 commit comments