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 d124f68 commit 84b57c3Copy full SHA for 84b57c3
.pre-commit-config.yaml
@@ -2,14 +2,14 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- id: check-yaml
10
- id: check-added-large-files
11
- repo: https://github.com/psf/black
12
- rev: 24.8.0
+ rev: 25.1.0
13
14
- id: black
15
args: [--config, pyproject.toml]
@@ -29,11 +29,11 @@ repos:
29
- id: flake8
30
args: [--exclude, nbconvert_config.py]
31
- repo: https://github.com/kynan/nbstripout
32
- rev: 0.7.1
+ rev: 0.8.1
33
34
- id: nbstripout
35
- repo: https://github.com/nbQA-dev/nbQA
36
- rev: 1.8.7
+ rev: 1.9.1
37
38
- id: nbqa-black
39
- id: nbqa-isort
0 commit comments