We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8f01ec + 0102504 commit 0f475e8Copy full SHA for 0f475e8
.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: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -10,7 +10,7 @@ repos:
10
- id: double-quote-string-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 23.12.1
+ rev: 24.10.0
14
15
- id: black
16
@@ -20,7 +20,7 @@ repos:
20
- id: blackdoc
21
22
- repo: https://github.com/PyCQA/flake8
23
- rev: 7.0.0
+ rev: 7.1.1
24
25
- id: flake8
26
@@ -35,7 +35,7 @@ repos:
35
- id: isort
36
37
- repo: https://github.com/nbQA-dev/nbQA
38
- rev: 1.7.1
+ rev: 1.9.1
39
40
- id: nbqa-black
41
additional_dependencies: [black]
0 commit comments