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.
1 parent 03432f5 commit a61315dCopy full SHA for a61315d
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
repos:
6
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.1.0
+ rev: v4.3.0
9
hooks:
10
- id: check-ast
11
- id: trailing-whitespace
@@ -30,12 +30,12 @@ repos:
30
- python
31
32
- repo: https://github.com/psf/black
33
- rev: 22.3.0
+ rev: 22.8.0
34
35
- id: black
36
37
- repo: https://github.com/nbQA-dev/nbQA
38
- rev: 1.3.1
+ rev: 1.5.2
39
40
- id: nbqa-black
41
additional_dependencies:
@@ -49,7 +49,7 @@ repos:
49
- --nbqa-mutate
50
51
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
52
- rev: v2.3.0
+ rev: v2.4.0
53
54
- id: pretty-format-ini
55
args: [--autofix]
0 commit comments