We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ca6cb commit 0225b40Copy full SHA for 0225b40
1 file changed
.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.4.0
+ rev: v4.5.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -13,13 +13,13 @@ repos:
13
- id: double-quote-string-fixer
14
15
- repo: https://github.com/psf/black
16
- rev: 23.9.1
+ rev: 23.10.1
17
18
- id: black
19
- id: black-jupyter
20
21
- repo: https://github.com/keewis/blackdoc
22
- rev: v0.3.8
+ rev: v0.3.9
23
24
- id: blackdoc
25
0 commit comments