We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9045fe6 + 9a419e1 commit 6ea7975Copy full SHA for 6ea7975
.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.5.0
4
hooks:
5
- id: check-added-large-files
6
args: [--maxkb=100]
@@ -15,11 +15,11 @@ repos:
15
- id: trailing-whitespace
16
args: [--markdown-linebreak-ext=md]
17
- repo: https://github.com/ambv/black
18
- rev: 22.10.0
+ rev: 23.9.1
19
20
- id: black
21
- repo: https://github.com/asottile/blacken-docs
22
- rev: v1.12.1
+ rev: 1.16.0
23
24
- id: blacken-docs
25
- additional_dependencies: [black==22.3.0]
+ additional_dependencies: [black==23.9.1]
0 commit comments