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 3c58a87 commit 4c4404cCopy full SHA for 4c4404c
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
@@ -18,18 +18,18 @@ repos:
18
- id: fix-byte-order-marker
19
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.15.2
+ rev: v3.16.0
22
23
- id: pyupgrade
24
args: [ "--py38-plus", "--keep-runtime-typing" ]
25
26
- repo: https://github.com/psf/black
27
- rev: 24.3.0
+ rev: 24.4.2
28
29
- id: black
30
31
- repo: https://github.com/asottile/blacken-docs
32
- rev: 1.16.0
+ rev: 1.18.0
33
34
- id: blacken-docs
35
additional_dependencies: [ black ]
0 commit comments