We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b597249 + 1605072 commit 9045fe6Copy full SHA for 9045fe6
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: check-added-large-files
6
args: [--maxkb=100]
@@ -15,7 +15,7 @@ repos:
15
- id: trailing-whitespace
16
args: [--markdown-linebreak-ext=md]
17
- repo: https://github.com/ambv/black
18
- rev: 22.3.0
+ rev: 22.10.0
19
20
- id: black
21
- repo: https://github.com/asottile/blacken-docs
0 commit comments