Skip to content

Commit efb9283

Browse files
[fix] update hooks
1 parent 3a56af1 commit efb9283

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -10,17 +10,17 @@ repos:
1010
- id: double-quote-string-fixer
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.12.1
13+
rev: 25.9.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/keewis/blackdoc
18-
rev: v0.3.9
18+
rev: v0.4.3
1919
hooks:
2020
- id: blackdoc
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 7.0.0
23+
rev: 7.3.0
2424
hooks:
2525
- id: flake8
2626

@@ -30,18 +30,18 @@ repos:
3030
- id: seed-isort-config
3131

3232
- repo: https://github.com/PyCQA/isort
33-
rev: 5.13.2
33+
rev: 6.0.1
3434
hooks:
3535
- id: isort
3636

3737
- repo: https://github.com/pre-commit/mirrors-prettier
38-
rev: v3.1.0
38+
rev: v4.0.0-alpha.8
3939
hooks:
4040
- id: prettier
4141
additional_dependencies: [[email protected]]
4242

4343
- repo: https://github.com/nbQA-dev/nbQA
44-
rev: 1.7.1
44+
rev: 1.9.1
4545
hooks:
4646
- id: nbqa-black
4747
additional_dependencies: [black]

0 commit comments

Comments
 (0)