Thanks to visit codestin.com Credit goes to github.com
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 579bc17 commit 249361aCopy full SHA for 249361a
.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.6.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
14
- id: double-quote-string-fixer
15
16
- repo: https://github.com/psf/black
17
- rev: 24.4.2
+ rev: 24.10.0
18
19
- id: black
20
- id: black-jupyter
@@ -25,7 +25,7 @@ repos:
25
- id: blackdoc
26
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 7.0.0
+ rev: 7.1.1
29
30
- id: flake8
31
@@ -40,7 +40,7 @@ repos:
40
- id: prettier
41
42
- repo: https://github.com/kynan/nbstripout
43
- rev: 0.7.1
+ rev: 0.8.0
44
45
- id: nbstripout
46
args: [--extra-keys=metadata.kernelspec metadata.language_info.version]
0 commit comments