We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434f55d commit 688f28bCopy full SHA for 688f28b
.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.3.0
+ rev: v4.4.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -13,17 +13,17 @@ repos:
13
- id: double-quote-string-fixer
14
15
- repo: https://github.com/psf/black
16
- rev: 22.8.0
+ rev: 22.10.0
17
18
- id: black-jupyter
19
20
- repo: https://github.com/keewis/blackdoc
21
- rev: v0.3.6
+ rev: v0.3.8
22
23
- id: blackdoc
24
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 5.0.4
+ rev: 6.0.0
27
28
- id: flake8
29
@@ -33,6 +33,6 @@ repos:
33
- id: isort
34
35
- repo: https://github.com/pre-commit/mirrors-prettier
36
- rev: v3.0.0-alpha.0
+ rev: v3.0.0-alpha.4
37
38
- id: prettier
0 commit comments